Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Jun 27, 2018
1 parent 8ca2011 commit 935dbb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.6'
release = '1.0.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ New in version |release|

This is a hotfix release. It fixes the following issues:

- There was a bug in how alternate alleles were resolved when matching VEP
consequence fields to an entry which resulted in certain indels to be
skipped. This has now been fixed.
- VEP82 and higher supports selenocysteine modicfications (amino acid "U"), which is
not supported by downstream IEDB prediction algorithms. pVACtools now skips
sequences containing this amino acid with a warning.

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

setup(
name="pvactools",
version="1.0.6",
version="1.0.7",
packages=["tools", "tools.pvacfuse", "tools.pvacvector", "tools.pvacseq", "lib", "utils.pvacapi", "utils.pvacapi.controllers"],
entry_points={
"console_scripts":[
Expand Down

0 comments on commit 935dbb3

Please sign in to comment.