@@ -11,38 +11,44 @@ Unreleased_
1111The 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-------------------
131137First 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
0 commit comments