diff --git a/docs/conf.py b/docs/conf.py index a558bde32..0ac179d8f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,7 +69,7 @@ # The short X.Y version. version = '1.4' # The full version, including alpha/beta/rc tags. -release = '1.4.3' +release = '1.4.4' # 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 455da48bb..2b7da5bfa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -49,13 +49,9 @@ New in release |release| This is a hotfix release. It fixes the following issues: -- IEDB will output a warning if an epitope contains only amino acid symbols - that could also be nucleotides. This would cause an error during parsing of - the IEDB output files. This version updates the parser to ignore these - warnings. -- We added some improvements to pVACapi regarding database file read - speeds and transaction handling. This version also starts enforcing a file - size limit (14MB) for result files. Larger files will no longer be +- This version starts enforcing a file + size limit (14MB) to be able to visualize a result file in pVACviz. + Larger files will no longer be visualizable in pVACviz since they take too long to load. New in version |version| diff --git a/docs/releases/1_4.rst b/docs/releases/1_4.rst index a97c9a694..a707b9c45 100644 --- a/docs/releases/1_4.rst +++ b/docs/releases/1_4.rst @@ -60,6 +60,14 @@ This is a hotfix release. It fixes the following issues: the IEDB output files. This version updates the parser to ignore these warnings. - We added some improvements to pVACapi regarding database file read - speeds and transaction handling. This version also starts enforcing a file - size limit (14MB) for result files. Larger files will no longer be + speeds and transaction handling. + +1.4.4 +----- + +This is a hotfix release. It fixes the following issues: + +- This version starts enforcing a file + size limit (14MB) to be able to visualize a result file in pVACviz. + Larger files will no longer be visualizable in pVACviz since they take too long to load. diff --git a/setup.py b/setup.py index 2e0da9a1f..9dbb70e6c 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( name="pvactools", - version="1.4.3", + version="1.4.4", packages=[ "tools", "tools.pvacfuse",