From 8ac2846f5595002c88d0bd32f3a299b10535ebcf Mon Sep 17 00:00:00 2001 From: Susanna Kiwala Date: Fri, 8 Sep 2023 12:40:38 -0500 Subject: [PATCH] Update to version 4.0.4 --- docs/conf.py | 2 +- docs/index.rst | 4 ++-- docs/releases/4_0.rst | 8 ++++++++ setup.py | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5656c04d..b2a3afdd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/docs/index.rst b/docs/index.rst index 55c0eb49..1543b092 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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| ------------------------ diff --git a/docs/releases/4_0.rst b/docs/releases/4_0.rst index f2426c7e..a9a16ffc 100644 --- a/docs/releases/4_0.rst +++ b/docs/releases/4_0.rst @@ -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. diff --git a/setup.py b/setup.py index 7e0eff6f..3a116953 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ setup( name="pvactools", - version="4.0.3", + version="4.0.4", packages=[ "pvactools.tools", "pvactools.tools.pvacbind",