Skip to content

Commit 3379ff2

Browse files
committed
bump version to 1.3.1
1 parent 73cda78 commit 3379ff2

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.3.1_ - 2022-08-24
15+
-------------------
16+
- Fix macos wheel build
17+
- Add C parasail headers into wheels, add get_include() and get_library()
18+
1319
-----------------
1420
1.3_ - 2022-08-22
1521
-----------------
@@ -168,7 +174,8 @@ The Unreleased section will be empty for tagged releases. Unreleased functionali
168174
-------------------
169175
First tagged release. The 'master' branch always represents the latest stable code. Tagged releases correspond to pypi releases.
170176

171-
.. _Unreleased: https://github.com/jeffdaily/parasail-python/compare/v1.3...master
177+
.. _Unreleased: https://github.com/jeffdaily/parasail-python/compare/v1.3.1...master
178+
.. _1.3.1: https://github.com/jeffdaily/parasail-python/compare/v1.3...v1.3.1
172179
.. _1.3: https://github.com/jeffdaily/parasail-python/compare/v1.2.4...v1.3
173180
.. _1.2.4: https://github.com/jeffdaily/parasail-python/compare/v1.2.3...v1.2.4
174181
.. _1.2.3: https://github.com/jeffdaily/parasail-python/compare/v1.2.2...v1.2.3

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

0 commit comments

Comments
 (0)