Skip to content

Commit 4b88065

Browse files
committed
Cut 1.2.2 release.
1 parent b09d755 commit 4b88065

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

HISTORY.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 1.2.2 (in progress)
1+
## 1.2.3 (in progress)
2+
3+
## 1.2.2 (5 April 2020)
24
- Fix for not properly looking up R environment variables in the base environment.
35
- Remove --use-new-qual-calculator which was eliminated in GATK 4.1.5.0.
46
- Ensure header is not written for a Series. In pandas 0.24.0 the default for header was changed from

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.1'
10+
VERSION = '1.2.2'
1111

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

0 commit comments

Comments
 (0)