Skip to content

Commit f0d6a88

Browse files
committed
1.2.3 release.
1 parent 5cdb0bc commit f0d6a88

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

HISTORY.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## 1.2.3 (in progress)
1+
## 1.2.4 (in progress)
2+
3+
## 1.2.3 (7 April 2020)
4+
- Hotfix for not being able to upgrade from stable distribution.
25

36
## 1.2.2 (5 April 2020)
47
- Fix for not properly looking up R environment variables in the base environment.

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.2'
10+
VERSION = '1.2.3'
1111

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

0 commit comments

Comments
 (0)