From aff0de6e7fc60daa20df1d63ccb6c771b0dd6999 Mon Sep 17 00:00:00 2001 From: roryk Date: Mon, 21 Sep 2020 15:28:35 -0400 Subject: [PATCH] Increment version for 1.2.4 release. --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a11516c4c..f6c9bd08a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = 'bcbio-nextgen contributors' # The full version, including alpha/beta/rc tags -version = release = '1.2.0' +version = release = '1.2.4' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index ae227957d..f33595a25 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import setuptools -VERSION = '1.2.3' +VERSION = '1.2.4' # add bcbio version number and git commit hash of the current revision to version.py try: