Skip to content

Commit

Permalink
Bump version 21.04.0-SNAPSHOT [ci fast]
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Apr 2, 2022
1 parent bfbfe24 commit dbe34ef
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.03.0-edge
22.04.0-SNAPSHOT
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '22.03'
version = '22.04'
# The full version, including alpha/beta/rc tags.
release = '22.03.0-edge'
release = '22.04.0-SNAPSHOT'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions modules/nextflow/src/main/resources/META-INF/plugins-info.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nf-amazon@1.6.0
nf-amazon@1.7.0
[email protected]
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
[email protected]
6 changes: 3 additions & 3 deletions modules/nf-commons/src/main/nextflow/Const.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ class Const {
/**
* The application version
*/
static public final String APP_VER = "22.03.0-edge"
static public final String APP_VER = "22.04.0-SNAPSHOT"

/**
* The app build time as linux/unix timestamp
*/
static public final long APP_TIMESTAMP = 1648410131450
static public final long APP_TIMESTAMP = 1648894741076

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5693
static public final int APP_BUILDNUM = 5698

/**
* The app build time string relative to UTC timezone
Expand Down
2 changes: 1 addition & 1 deletion nextflow
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.

[[ "$NXF_DEBUG" == 'x' ]] && set -x
NXF_VER=${NXF_VER:-'22.03.0-edge'}
NXF_VER=${NXF_VER:-'22.04.0-SNAPSHOT'}
NXF_ORG=${NXF_ORG:-'nextflow-io'}
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
NXF_PROT=${NXF_PROT:-'https'}
Expand Down
2 changes: 1 addition & 1 deletion nextflow.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c8704e3ccc634d4b239c4bae3230efea
ab3035790d7add110b2ebae79e0f4499
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3eb8825004afdf10622af4787abae99f08202efb
febbc136e4c34ad4584363387ce75573a5687a5
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e151792dc3a2d1177532159ed1bb40ec14cb2caeb6509f8de1d03182f43bfcb0
dfc7d14816d8cecf75fca1b1b73d507d44bbb7ea75bb66257fb455cc6e8ac215
4 changes: 4 additions & 0 deletions plugins/nf-amazon/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
nf-amazon changelog
===================
1.7.0 - 2 Apr 2022
- Add Aws Batch native retry on spot reclaim [cd95e297]
- Improve Aws Batch error reporting using container error reason [00443510]

1.6.0 - 27 Mar 2022
- Handle AWS Spot interruption automatically job retry
- Refactor AWS Batch job unique token generation to prevent
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-amazon/src/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Plugin-Class: nextflow.cloud.aws.AmazonPlugin
Plugin-Id: nf-amazon
Plugin-Version: 1.6.0
Plugin-Version: 1.7.0
Plugin-Provider: Seqera Labs
Plugin-Requires: >=22.03.0-edge
3 changes: 3 additions & 0 deletions plugins/nf-azure/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
nf-amazon changelog
===================
0.13.1 - 2 Apr 2022
- Fix missing retry policy on Azure create job [792820a2]

0.13.0 - 27 Mar 2022
- Add azcopy fine grain config settings [3998a56b]
- Add retry policy to Az Batch operations [991c6175]
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-azure/src/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Plugin-Class: nextflow.cloud.azure.AzurePlugin
Plugin-Id: nf-azure
Plugin-Version: 0.13.0
Plugin-Version: 0.13.1
Plugin-Provider: Seqera Labs
Plugin-Requires: >=22.03.0-edge

0 comments on commit dbe34ef

Please sign in to comment.