Skip to content

Commit aff0de6

Browse files
committed
Increment version for 1.2.4 release.
1 parent 8de9939 commit aff0de6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = 'bcbio-nextgen contributors'
2727

2828
# The full version, including alpha/beta/rc tags
29-
version = release = '1.2.0'
29+
version = release = '1.2.4'
3030

3131
# -- General configuration ---------------------------------------------------
3232

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import setuptools
99

10-
VERSION = '1.2.3'
10+
VERSION = '1.2.4'
1111

1212
# add bcbio version number and git commit hash of the current revision to version.py
1313
try:

0 commit comments

Comments
 (0)