Skip to content

Commit

Permalink
Prep for 1.1.7 release, fixing ChIP-seq pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
roryk committed Oct 11, 2019
1 parent 5a3ea3d commit 38223f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.7
- hot fix for dataclasses not being supported in 3.6. Use namedtuple instead.

## 1.1.6

- GATK ApplyBQSRSpark: avoid StreamClosed issue with GATK 4.1+
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
from setuptools import setup, find_packages

version = "1.1.6"
version = "1.1.7"

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

0 comments on commit 38223f8

Please sign in to comment.