Skip to content

Commit

Permalink
bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaily committed Aug 24, 2022
1 parent 73cda78 commit 3379ff2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Unreleased_
-----------
The Unreleased section will be empty for tagged releases. Unreleased functionality appears in the develop branch.

-------------------
1.3.1_ - 2022-08-24
-------------------
- Fix macos wheel build
- Add C parasail headers into wheels, add get_include() and get_library()

-----------------
1.3_ - 2022-08-22
-----------------
Expand Down Expand Up @@ -168,7 +174,8 @@ The Unreleased section will be empty for tagged releases. Unreleased functionali
-------------------
First tagged release. The 'master' branch always represents the latest stable code. Tagged releases correspond to pypi releases.

.. _Unreleased: https://github.com/jeffdaily/parasail-python/compare/v1.3...master
.. _Unreleased: https://github.com/jeffdaily/parasail-python/compare/v1.3.1...master
.. _1.3.1: https://github.com/jeffdaily/parasail-python/compare/v1.3...v1.3.1
.. _1.3: https://github.com/jeffdaily/parasail-python/compare/v1.2.4...v1.3
.. _1.2.4: https://github.com/jeffdaily/parasail-python/compare/v1.2.3...v1.2.4
.. _1.2.3: https://github.com/jeffdaily/parasail-python/compare/v1.2.2...v1.2.3
Expand Down
2 changes: 1 addition & 1 deletion parasail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import numpy

__version__ = "1.3"
__version__ = "1.3.1"
__title__ = "parasail"
__description__ = "pairwise sequence alignment library"
__uri__ = "https://github.com/jeffdaily/parasail-python"
Expand Down

0 comments on commit 3379ff2

Please sign in to comment.