Skip to content

Commit

Permalink
v1.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanb committed Apr 3, 2019
1 parent 3395b38 commit 08fdf3b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 1.1.4 (in progress)
## 1.1.4 (3 April 2019)

- Move to Python 3.6. A python2 environment in the install runs non python3
compatible programs. The codebase is still compatible with python 2.7 but
will only get run and tested on python 3 for future releases.
- RNA-seq: fix for race condition when creating the pizzly cache
- RNA-seq: Add Salmon to multiqc report.
- RNA-seq single-cell/DGE: Properly strip transcript versions from GENCODE GTFs.
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.1.3'
version = '1.1.4'
# The full version, including alpha/beta/rc tags.
release = '1.1.3'
release = '1.1.4'

# 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.1.3
bcbio-nextgen=1.1.4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bcbio-nextgen==1.1.2
bcbio-nextgen==1.1.4
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.4a"
version = "1.1.4"

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

0 comments on commit 08fdf3b

Please sign in to comment.