Skip to content

Commit

Permalink
Update version to 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Dec 14, 2016
1 parent 095664b commit b953a5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '4.0.4'
version = '4.0.5'
# The full version, including alpha/beta/rc tags.
release = '4.0.4'
release = '4.0.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pVAC-Seq is a cancer immunotherapy pipeline for the identification of **p**\ ers
New in version |version|
------------------------

This release fixes a couple of minor bugs. Firstly, the pipeline will now skip variants that result in the loss of a start codon. Secondly, this release fixes a bug that would result in an error when the input VCF doesn't contain any sample genotype information. VCFs with no samples will now be fully processed through the pipeline.
This release fixes a couple of bugs related to the processing of frameshift variants.

Citation
--------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup(
name="pvacseq",
version="4.0.4",
version="4.0.5",
packages=["pvacseq", "pvacseq.lib", "pvacseq.server"],
entry_points={
"console_scripts":[
Expand Down

0 comments on commit b953a5e

Please sign in to comment.