Skip to content

Commit

Permalink
[release 22.10.0-RC1] Update timestamp and build number
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Oct 3, 2022
1 parent 961491a commit e7df3d8
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
22.09.7-edge
22.10.0-RC1
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = '22.09'
version = '22.10'
# The full version, including alpha/beta/rc tags.
release = '22.09.7-edge'
release = '22.10.0-RC1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions modules/nextflow/src/main/resources/META-INF/plugins-info.txt
@@ -1,8 +1,8 @@
nf-amazon@1.10.7
nf-wave@0.4.4
nf-amazon@1.11.0
nf-wave@0.5.0
nf-console@1.0.4
nf-google@1.4.4
nf-azure@0.14.2
nf-tower@1.5.4
nf-tower@1.5.5
nf-ga4gh@1.0.4
nf-codecommit@0.1.2
6 changes: 3 additions & 3 deletions modules/nf-commons/src/main/nextflow/Const.groovy
Expand Up @@ -53,17 +53,17 @@ class Const {
/**
* The application version
*/
static public final String APP_VER = "22.09.7-edge"
static public final String APP_VER = "22.10.0-RC1"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5806
static public final int APP_BUILDNUM = 5813

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

[[ "$NXF_DEBUG" == 'x' ]] && set -x
NXF_VER=${NXF_VER:-'22.09.7-edge'}
NXF_VER=${NXF_VER:-'22.10.0-RC1'}
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
@@ -1 +1 @@
8c2565b1aaac57f41e6448811b635579
0ce87103027ea1def5078abbe952ae3e
2 changes: 1 addition & 1 deletion nextflow.sha1
@@ -1 +1 @@
905c4cfa781d987d9a8d84bb99ca576443140288
6e2907366c74b21e3f787699d80869fef3fa6f08
2 changes: 1 addition & 1 deletion nextflow.sha256
@@ -1 +1 @@
4179636fd4028d4297f51fcdfac5ca5ecaa7cc856b2839d45a295a41f025514b
340bd7fe9f9ee7f81a032fa0f900fa36064cf69da4df6d89b78c328dd76d1304
4 changes: 4 additions & 0 deletions plugins/nf-amazon/changelog.txt
@@ -1,5 +1,9 @@
nf-amazon changelog
===================
1.11.0 - 3 Oct 2022
- Add support for custom S3 content type [02afa332] <Paolo Di Tommaso>
- Get rid of file name rolling for report files [a762ed59] <Paolo Di Tommaso>

1.10.7 - 28 Sep 2022
- Fix Issue copying file bigger than 5gb to S3 [18fd9a44]

Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-amazon/src/resources/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Plugin-Class: nextflow.cloud.aws.AmazonPlugin
Plugin-Id: nf-amazon
Plugin-Version: 1.10.7
Plugin-Version: 1.11.0
Plugin-Provider: Seqera Labs
Plugin-Requires: >=22.09.2-edge
3 changes: 3 additions & 0 deletions plugins/nf-tower/changelog.txt
@@ -1,5 +1,8 @@
nf-tower changelog
===================
1.5.5 - 3 Oct
- Fix hanging test [44c04874] <Paolo Di Tommaso>

1.5.2 - 1 Sep
- Update copyright info [bc16aceb]
- Fix typos in log messages [76a87c72]
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-tower/src/resources/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Plugin-Class: io.seqera.tower.plugin.TowerPlugin
Plugin-Id: nf-tower
Plugin-Version: 1.5.4
Plugin-Version: 1.5.5
Plugin-Provider: Seqera Labs
Plugin-Requires: >=22.08.0-edge
2 changes: 1 addition & 1 deletion plugins/nf-wave/src/resources/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Plugin-Class: io.seqera.wave.plugin.WavePlugin
Plugin-Id: nf-wave
Plugin-Version: 0.4.5
Plugin-Version: 0.5.0
Plugin-Provider: Seqera Labs
Plugin-Requires: >=22.09.0-edge

0 comments on commit e7df3d8

Please sign in to comment.