Skip to content

Commit

Permalink
[release 20.07.1] Update timestamp and build numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Jul 24, 2020
1 parent 99e366b commit 553c311
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.07.0-RC1
20.07.1
5 changes: 4 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
NEXTFLOW CHANGE-LOG
===================
20.07.0 - 24 Jul 2020
20.07.1 - 24 Jul 2020
- see 20.07.0 and 20.07.0-RC1

20.07.0 - (skipped)
- Allow unqualified stdin/stdout defintions with DLS2 [bcdcaab6]

20.07.0-RC1 - 21 Jul 2020
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '20.07'
# The full version, including alpha/beta/rc tags.
release = '20.07.0-RC1'
release = '20.07.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/sync-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ mkdir -p $TLATEST

rsync -r _build/html/* $LATEST

( cd ../../nextflow-website; jbake)
( cd ../../nextflow-website; ./jbake)
6 changes: 3 additions & 3 deletions modules/nextflow/src/main/groovy/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 = "20.07.0-RC1"
static public final String APP_VER = "20.07.1"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5400
static public final int APP_BUILDNUM = 5412


/**
Expand Down
2 changes: 1 addition & 1 deletion nextflow
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

[[ "$NXF_DEBUG" == 'x' ]] && set -x
NXF_VER=${NXF_VER:-'20.07.0-RC1'}
NXF_VER=${NXF_VER:-'20.07.1'}
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 @@
8e725b10737391be9e6a741d6ee0ecd5
8c7343f5afd8c8491cf2d1bb778ee074
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4f24cfb54c10febc1073fd09fda1f4b7d8f1a90d
e55054af1141964ef90b4183ecbb99cb1292a7a1
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d23c699c2e71ed6eaabab043157b0398571f6d59eeff280bbddfc9795c7397c4
9035770a6a3496effcb28307a4b54304da73e0d83b593ae79e33efc1589d47b8

0 comments on commit 553c311

Please sign in to comment.