Skip to content

Commit 745617c

Browse files
Update to version 1.5.1
1 parent d7dff4d commit 745617c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# The short X.Y version.
7070
version = '1.5'
7171
# The full version, including alpha/beta/rc tags.
72-
release = '1.5.0'
72+
release = '1.5.1'
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.

docs/index.rst

+11
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@ tools:
4747
contact
4848
mailing_list
4949

50+
New in release |release|
51+
------------------------
52+
53+
This is a hotfix release. It fixes the following issues:
54+
55+
- There was a syntax error in
56+
``tools/pvacseq/generate_condensed_ranked_report.py`` that would result in
57+
an error when running the ``pvacseq generate-condensed-ranked-report``
58+
commands.
59+
- We were previously not correctly catching cases where the intermediate fasta for
60+
making binding prediction was empty. This would result in errors downstream.
5061

5162
New in version |version|
5263
------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
setup(
6363
name="pvactools",
64-
version="1.5.0",
64+
version="1.5.1",
6565
packages=[
6666
"tools",
6767
"tools.pvacbind",

0 commit comments

Comments
 (0)