Skip to content

Commit 3162c3f

Browse files
committed
bump version to 1.1.17
This should pull in latest C library 2.4.1 to fix #38.
1 parent b7b1da4 commit 3162c3f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Unreleased_
1010
-----------
1111
The Unreleased section will be empty for tagged releases. Unreleased functionality appears in the develop branch.
1212

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+
1319
--------------------
1420
1.1.16_ - 2019-14-02
1521
--------------------
@@ -114,7 +120,8 @@ The Unreleased section will be empty for tagged releases. Unreleased functionali
114120
-------------------
115121
First tagged release. The 'master' branch always represents the latest stable code. Tagged releases correspond to pypi releases.
116122

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
118125
.. _1.1.16: https://github.com/jeffdaily/parasail-python/compare/v1.1.15...v1.1.16
119126
.. _1.1.15: https://github.com/jeffdaily/parasail-python/compare/v1.1.14...v1.1.15
120127
.. _1.1.14: https://github.com/jeffdaily/parasail-python/compare/v1.1.13...v1.1.14

parasail/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import numpy
77

8-
__version__ = "1.1.16"
8+
__version__ = "1.1.17"
99
__title__ = "parasail"
1010
__description__ = "pairwise sequence alignment library"
1111
__uri__ = "https://github.com/jeffdaily/parasail-python"

0 commit comments

Comments
 (0)