Skip to content

Commit 2954d12

Browse files
committed
bump version to 1.2.4
1 parent 5e1003f commit 2954d12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.rst

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

13-
---------------------
14-
1.2.4c1_ - 2021-02-05
15-
---------------------
13+
------------------
14+
1.2.4 - 2021-02-06
15+
------------------
1616
- Fix #60 Missing wheels on PyPI
1717

1818
-------------------
@@ -164,7 +164,7 @@ The Unreleased section will be empty for tagged releases. Unreleased functionali
164164
First tagged release. The 'master' branch always represents the latest stable code. Tagged releases correspond to pypi releases.
165165

166166
.. _Unreleased: https://github.com/jeffdaily/parasail-python/compare/v1.2.3...master
167-
.. _1.2.4c1: https://github.com/jeffdaily/parasail-python/compare/v1.2.3...v1.2.4c1
167+
.. _1.2.4: https://github.com/jeffdaily/parasail-python/compare/v1.2.3...v1.2.4
168168
.. _1.2.3: https://github.com/jeffdaily/parasail-python/compare/v1.2.2...v1.2.3
169169
.. _1.2.2: https://github.com/jeffdaily/parasail-python/compare/v1.2.1...v1.2.2
170170
.. _1.2.1: https://github.com/jeffdaily/parasail-python/compare/v1.2...v1.2.1

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.2.4c1"
9+
__version__ = "1.2.4"
1010
__title__ = "parasail"
1111
__description__ = "pairwise sequence alignment library"
1212
__uri__ = "https://github.com/jeffdaily/parasail-python"

0 commit comments

Comments
 (0)