File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ 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.17 _ - 2019-29-04
15
+ --------------------
16
+ - Add wheel package as dependency.
17
+ - Bump version to create new pypi release with latest 2.4.1 C library.
18
+
13
19
--------------------
14
20
1.1.16 _ - 2019-14-02
15
21
--------------------
@@ -114,7 +120,8 @@ The Unreleased section will be empty for tagged releases. Unreleased functionali
114
120
-------------------
115
121
First tagged release. The 'master' branch always represents the latest stable code. Tagged releases correspond to pypi releases.
116
122
117
- .. _Unreleased : https://github.com/jeffdaily/parasail-python/compare/v1.1.16...master
123
+ .. _Unreleased : https://github.com/jeffdaily/parasail-python/compare/v1.1.17...master
124
+ .. _1.1.17 : https://github.com/jeffdaily/parasail-python/compare/v1.1.16...v1.1.17
118
125
.. _1.1.16 : https://github.com/jeffdaily/parasail-python/compare/v1.1.15...v1.1.16
119
126
.. _1.1.15 : https://github.com/jeffdaily/parasail-python/compare/v1.1.14...v1.1.15
120
127
.. _1.1.14 : https://github.com/jeffdaily/parasail-python/compare/v1.1.13...v1.1.14
Original file line number Diff line number Diff line change 5
5
6
6
import numpy
7
7
8
- __version__ = "1.1.16 "
8
+ __version__ = "1.1.17 "
9
9
__title__ = "parasail"
10
10
__description__ = "pairwise sequence alignment library"
11
11
__uri__ = "https://github.com/jeffdaily/parasail-python"
You can’t perform that action at this time.
0 commit comments