Skip to content

Commit c862626

Browse files
committed
Prep for 1.2.7 release.
1 parent 7dc30a0 commit c862626

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.7 (in progress)
1+
## 1.2.8 (in progress)
2+
3+
## 1.2.7 (22 February 2021)
24
- RNASeq: Add gene body coverage plots to multiqc report.
35
- Restore ability to opt out of contamination checking via tools_off.
46
- Properly invoke threading for `verifybamid2`.

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.6'
10+
VERSION = '1.2.7'
1111

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

0 commit comments

Comments
 (0)