File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 69
69
# The short X.Y version.
70
70
version = '1.5'
71
71
# The full version, including alpha/beta/rc tags.
72
- release = '1.5.0 '
72
+ release = '1.5.1 '
73
73
74
74
# The language for content autogenerated by Sphinx. Refer to documentation
75
75
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -47,6 +47,17 @@ tools:
47
47
contact
48
48
mailing_list
49
49
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.
50
61
51
62
New in version |version |
52
63
------------------------
Original file line number Diff line number Diff line change 61
61
62
62
setup (
63
63
name = "pvactools" ,
64
- version = "1.5.0 " ,
64
+ version = "1.5.1 " ,
65
65
packages = [
66
66
"tools" ,
67
67
"tools.pvacbind" ,
You can’t perform that action at this time.
0 commit comments