Skip to content

Commit

Permalink
Update to version 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Sep 8, 2023
1 parent 8257f4e commit 8ac2846
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# The short X.Y version.
version = '4.0'
# The full version, including alpha/beta/rc tags.
release = '4.0.3'
release = '4.0.4'


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ New in Release |release|

This is a bugfix release. It fixes the following problem(s):

- The fixes in issue in the reference proteome similarity step in pVACseq
where running with non-human data would cause an error.
- This release makes various fixes to allow pVACtools to run with non-human
data.

New in Version |version|
------------------------
Expand Down
8 changes: 8 additions & 0 deletions docs/releases/4_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,11 @@ This is a bugfix release. It fixes the following problem(s):

- The fixes in issue in the reference proteome similarity step in pVACseq
where running with non-human data would cause an error.

New in Version 4.0.4
--------------------

This is a bugfix release. It fixes the following problem(s):

- This release makes various fixes to allow pVACtools to run with non-human
data.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

setup(
name="pvactools",
version="4.0.3",
version="4.0.4",
packages=[
"pvactools.tools",
"pvactools.tools.pvacbind",
Expand Down

0 comments on commit 8ac2846

Please sign in to comment.