File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ Unreleased_
10
10
-----------
11
11
The Unreleased section will be empty for tagged releases. Unreleased functionality appears in the develop branch.
12
12
13
+ --------------------
14
+ 1.1.19 _ - 2019-12-11
15
+ --------------------
16
+ - Missed version bump during last release.
17
+
13
18
--------------------
14
19
1.1.18 _ - 2019-12-11
15
20
--------------------
@@ -125,7 +130,8 @@ The Unreleased section will be empty for tagged releases. Unreleased functionali
125
130
-------------------
126
131
First tagged release. The 'master' branch always represents the latest stable code. Tagged releases correspond to pypi releases.
127
132
128
- .. _Unreleased : https://github.com/jeffdaily/parasail-python/compare/v1.1.18...master
133
+ .. _Unreleased : https://github.com/jeffdaily/parasail-python/compare/v1.1.19...master
134
+ .. _1.1.19 : https://github.com/jeffdaily/parasail-python/compare/v1.1.18...v1.1.19
129
135
.. _1.1.18 : https://github.com/jeffdaily/parasail-python/compare/v1.1.17...v1.1.18
130
136
.. _1.1.17 : https://github.com/jeffdaily/parasail-python/compare/v1.1.16...v1.1.17
131
137
.. _1.1.16 : https://github.com/jeffdaily/parasail-python/compare/v1.1.15...v1.1.16
Original file line number Diff line number Diff line change 6
6
7
7
import numpy
8
8
9
- __version__ = "1.1.17 "
9
+ __version__ = "1.1.19 "
10
10
__title__ = "parasail"
11
11
__description__ = "pairwise sequence alignment library"
12
12
__uri__ = "https://github.com/jeffdaily/parasail-python"
You can’t perform that action at this time.
0 commit comments