From 51856d040423bf14af14ff11a7210947855b9268 Mon Sep 17 00:00:00 2001 From: Susanna Kiwala Date: Mon, 22 Feb 2021 10:03:32 -0600 Subject: [PATCH] Upgrade to version 2.0.1 --- docs/conf.py | 2 +- docs/index.rst | 10 ++++++++++ docs/releases/2_0.rst | 10 ++++++++++ setup.py | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 75e570f80..900fcf870 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,7 +69,7 @@ # The short X.Y version. version = '2.0' # The full version, including alpha/beta/rc tags. -release = '2.0.0' +release = '2.0.1' # 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 1f779a940..9a940f995 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -49,6 +49,16 @@ tools: contact mailing_list +New in release |release| +------------------------ + +This is a bugfix release. It fixes the following problem(s): + +- NetMHCstabpan and NetCons have moved to a new server resulting in no results + being returned from the old server URL. This results in empty filtered.tsv + report files when either the ``--netmhc-stab`` or ``--net-chop-method`` were + enabled. This release fixes our usage of these tools to use the new server URL. + New in version |version| ------------------------ diff --git a/docs/releases/2_0.rst b/docs/releases/2_0.rst index c681f5751..26c67ba55 100644 --- a/docs/releases/2_0.rst +++ b/docs/releases/2_0.rst @@ -81,3 +81,13 @@ _____________ - We've updated our license to BSD 3-Cause Clear. Please note that the individual licenses of our dependent tools remain in place. These can be viewed by on the :ref:`tools` page. + +Version 2.0.1 +------------- + +This is a bugfix release. It fixes the following problem(s): + +- NetMHCstabpan and NetCons have moved to a new server resulting in no results + being returned from the old server URL. This results in empty filtered.tsv + report files when either the ``--netmhc-stab`` or ``--net-chop-method`` were + enabled. This release fixes our usage of these tools to use the new server URL. diff --git a/setup.py b/setup.py index 4b99176e1..7b5da3a39 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ setup( name="pvactools", - version="2.0.0", + version="2.0.1", packages=[ "tools", "tools.pvacbind",