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.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
+
13
19
-----------------
14
20
1.3 _ - 2022-08-22
15
21
-----------------
@@ -168,7 +174,8 @@ The Unreleased section will be empty for tagged releases. Unreleased functionali
168
174
-------------------
169
175
First tagged release. The 'master' branch always represents the latest stable code. Tagged releases correspond to pypi releases.
170
176
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
172
179
.. _1.3 : https://github.com/jeffdaily/parasail-python/compare/v1.2.4...v1.3
173
180
.. _1.2.4 : https://github.com/jeffdaily/parasail-python/compare/v1.2.3...v1.2.4
174
181
.. _1.2.3 : https://github.com/jeffdaily/parasail-python/compare/v1.2.2...v1.2.3
Original file line number Diff line number Diff line change 6
6
7
7
import numpy
8
8
9
- __version__ = "1.3"
9
+ __version__ = "1.3.1 "
10
10
__title__ = "parasail"
11
11
__description__ = "pairwise sequence alignment library"
12
12
__uri__ = "https://github.com/jeffdaily/parasail-python"
You can’t perform that action at this time.
0 commit comments