Permalink
Browse files

v1.0.4 release

1 parent e02adc8 commit 8462682a78798925c2859ea5db5e55103968266b @chapmanb committed Jul 9, 2017
Showing with 6 additions and 6 deletions.
  1. +1 −1 HISTORY.md
  2. +2 −2 docs/conf.py
  3. +1 −1 requirements-conda.txt
  4. +1 −1 requirements.txt
  5. +1 −1 setup.py
View
@@ -1,4 +1,4 @@
-## 1.0.4 (in progress)
+## 1.0.4 (9 July 2017)
- Initial support for GATK4 variant calling with HaplotypeCaller and MuTect2.
Requires `tools_on: [gatk4]` https://github.com/bcbio/bcbio_validations/tree/master/gatk4
View
@@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
-version = '1.0.3'
+version = '1.0.4'
# The full version, including alpha/beta/rc tags.
-release = '1.0.3'
+release = '1.0.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
View
@@ -1 +1 @@
-bcbio-nextgen=1.0.3
+bcbio-nextgen=1.0.4
View
@@ -1 +1 @@
-bcbio-nextgen==1.0.3
+bcbio-nextgen==1.0.4
View
@@ -4,7 +4,7 @@
import os
from setuptools import setup, find_packages
-version = "1.0.4a0"
+version = "1.0.4"
def write_version_py():
version_py = os.path.join(os.path.dirname(__file__), 'bcbio', 'pipeline',

0 comments on commit 8462682

Please sign in to comment.