Skip to content

Commit

Permalink
Bump to v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Mar 23, 2020
1 parent f9715de commit 5af6267
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [3.0.5] - 2020-03-23

### Changed

* Conda package now noarch instead of just linux-64 ([#73](https://github.com/xenon-middleware/xenon-cli/issues/73))
* Upgraded to Xenon library 3.1.0

### Fixed

* Slurm 19 compliant ([#72](https://github.com/xenon-middleware/xenon-cli/issues/72))

## [3.0.4] - 2019-09-11

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

description = 'Perform files and jobs operations with Xenon library from command line'
version = '3.0.4'
version = '3.0.5'
group = 'nl.esciencecenter.xenon.cli'
mainClassName = 'nl.esciencecenter.xenon.cli.Main'
applicationName = 'xenon'
Expand All @@ -36,7 +36,7 @@ testSets {
integrationTest
}

ext.xenonLibVersion = '3.0.4'
ext.xenonLibVersion = '3.1.0'
ext.xenonCloudLibVersion = '3.0.2'

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion conda/xenon-cli/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: xenon-cli
version: 3.0.5beta1
version: 3.0.5
source:
path: ../../build/install/xenon-cli-shadow
requirements:
Expand Down

0 comments on commit 5af6267

Please sign in to comment.