Skip to content

Commit

Permalink
Upgrade to version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Feb 22, 2021
1 parent 5961558 commit 51856d0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 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 = '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.
Expand Down
10 changes: 10 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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|
------------------------

Expand Down
10 changes: 10 additions & 0 deletions docs/releases/2_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

setup(
name="pvactools",
version="2.0.0",
version="2.0.1",
packages=[
"tools",
"tools.pvacbind",
Expand Down

0 comments on commit 51856d0

Please sign in to comment.