From 00348727324d957d600cbe2da82174c2b1e8e21c Mon Sep 17 00:00:00 2001 From: Susanna Kiwala Date: Mon, 25 Jun 2018 13:16:40 -0500 Subject: [PATCH] Update version --- docs/conf.py | 2 +- docs/index.rst | 7 +++---- setup.py | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2086cfc53..c0d50b8cd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,7 +69,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.5' +release = '1.0.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 14403f5bb..db65b24e2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -38,10 +38,9 @@ New in version |release| This is a hotfix release. It fixes the following issues: -- IEDB changed the format of combinatorial class II alleles to use ``/`` as a - delimiter instead of ``-``. DP alleles were previously fixed in pull request - `#85 `_ but this failed to - address DQ alleles. This version fixes this oversight. +- 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. Coming soon ----------- diff --git a/setup.py b/setup.py index 6363d4a2f..11740e0f8 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( name="pvactools", - version="1.0.5", + version="1.0.6", packages=["tools", "tools.pvacfuse", "tools.pvacvector", "tools.pvacseq", "lib", "utils.pvacapi", "utils.pvacapi.controllers"], entry_points={ "console_scripts":[