Skip to content

Commit 3efbe93

Browse files
committed
Missed version bump during last release.
1 parent b1634d2 commit 3efbe93

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

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

13+
--------------------
14+
1.1.19_ - 2019-12-11
15+
--------------------
16+
- Missed version bump during last release.
17+
1318
--------------------
1419
1.1.18_ - 2019-12-11
1520
--------------------
@@ -125,7 +130,8 @@ The Unreleased section will be empty for tagged releases. Unreleased functionali
125130
-------------------
126131
First tagged release. The 'master' branch always represents the latest stable code. Tagged releases correspond to pypi releases.
127132

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
129135
.. _1.1.18: https://github.com/jeffdaily/parasail-python/compare/v1.1.17...v1.1.18
130136
.. _1.1.17: https://github.com/jeffdaily/parasail-python/compare/v1.1.16...v1.1.17
131137
.. _1.1.16: https://github.com/jeffdaily/parasail-python/compare/v1.1.15...v1.1.16

parasail/__init__.py

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

77
import numpy
88

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

0 commit comments

Comments
 (0)