Skip to content

Commit ff6a0a7

Browse files
committed
bump version to 1.1.20
1 parent 80592d4 commit ff6a0a7

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,38 +11,44 @@ Unreleased_
1111
The Unreleased section will be empty for tagged releases. Unreleased functionality appears in the develop branch.
1212

1313
--------------------
14-
1.1.19_ - 2019-12-11
14+
1.1.20_ - 2020-02-25
15+
--------------------
16+
- Build wheels with cibuildwheel.
17+
- Fix #11 manylinux1 builds for pypi.
18+
19+
--------------------
20+
1.1.19_ - 2019-11-12
1521
--------------------
1622
- Missed version bump during last release.
1723

1824
--------------------
19-
1.1.18_ - 2019-12-11
25+
1.1.18_ - 2019-11-12
2026
--------------------
2127
- Allow install without downloading and building C library, set evn var PARASAIL_SKIP_BUILD=1 to enable.
2228

2329
--------------------
24-
1.1.17_ - 2019-29-04
30+
1.1.17_ - 2019-04-29
2531
--------------------
2632
- Add wheel package as dependency.
2733
- Bump version to create new pypi release with latest 2.4.1 C library.
2834

2935
--------------------
30-
1.1.16_ - 2019-14-02
36+
1.1.16_ - 2019-02-14
3137
--------------------
3238
- AppVeyor now uses python35 to fix packaging issue. Fixes #33.
3339

3440
--------------------
35-
1.1.15_ - 2019-12-02
41+
1.1.15_ - 2019-02-12
3642
--------------------
3743
- Fix travis CI pypi deployment, again.
3844

3945
--------------------
40-
1.1.14_ - 2019-11-02
46+
1.1.14_ - 2019-02-11
4147
--------------------
4248
- Fix travis CI pypi deployment.
4349

4450
--------------------
45-
1.1.13_ - 2019-11-02
51+
1.1.13_ - 2019-02-11
4652
--------------------
4753
- Bindings up to date with 2.4 C library.
4854
- New semi-global routines.
@@ -130,7 +136,8 @@ The Unreleased section will be empty for tagged releases. Unreleased functionali
130136
-------------------
131137
First tagged release. The 'master' branch always represents the latest stable code. Tagged releases correspond to pypi releases.
132138

133-
.. _Unreleased: https://github.com/jeffdaily/parasail-python/compare/v1.1.19...master
139+
.. _Unreleased: https://github.com/jeffdaily/parasail-python/compare/v1.1.20...master
140+
.. _1.1.20: https://github.com/jeffdaily/parasail-python/compare/v1.1.19...v1.1.20
134141
.. _1.1.19: https://github.com/jeffdaily/parasail-python/compare/v1.1.18...v1.1.19
135142
.. _1.1.18: https://github.com/jeffdaily/parasail-python/compare/v1.1.17...v1.1.18
136143
.. _1.1.17: https://github.com/jeffdaily/parasail-python/compare/v1.1.16...v1.1.17

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

0 commit comments

Comments
 (0)