Skip to content

Commit

Permalink
v1.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanb committed Feb 5, 2018
1 parent 5a22c0f commit df12392
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.8 (in progress)
## 1.0.8 (5 February 2018)

- GATK4 is the new default GATK release used in bcbio when running HaplotypeCaller or
Base Quality Score Recalibration. Use `tools_off: [gatk4]` to use older GATK
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.7'
version = '1.0.8'
# The full version, including alpha/beta/rc tags.
release = '1.0.7'
release = '1.0.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion requirements-conda.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bcbio-nextgen=1.0.7
bcbio-nextgen=1.0.8
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bcbio-nextgen==1.0.7
bcbio-nextgen==1.0.8
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.0.8a0"
version = "1.0.8"

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

0 comments on commit df12392

Please sign in to comment.