Skip to content

Commit 9289bdf

Browse files
committed
v1.2.0 release.
1 parent ec5a5d3 commit 9289bdf

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.0
1+
## 1.2.1 (in progress)
2+
3+
## 1.2.0 (7 February 2020)
24
- Fix for bismark not being a supported aligner.
35
- Run ataqv (https://github.com/ParkerLab/ataqv) to calculate additional ATAQ-seq quality control
46
metrics.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
from setuptools import setup, find_packages
66

7-
version = "1.2.0a"
7+
version = "1.2.0"
88

99
def write_version_py():
1010
version_py = os.path.join(os.path.dirname(__file__), 'bcbio', 'pipeline',

0 commit comments

Comments
 (0)