@@ -11,38 +11,44 @@ Unreleased_
11
11
The Unreleased section will be empty for tagged releases. Unreleased functionality appears in the develop branch.
12
12
13
13
--------------------
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
15
21
--------------------
16
22
- Missed version bump during last release.
17
23
18
24
--------------------
19
- 1.1.18 _ - 2019-12-11
25
+ 1.1.18 _ - 2019-11-12
20
26
--------------------
21
27
- Allow install without downloading and building C library, set evn var PARASAIL_SKIP_BUILD=1 to enable.
22
28
23
29
--------------------
24
- 1.1.17 _ - 2019-29-04
30
+ 1.1.17 _ - 2019-04-29
25
31
--------------------
26
32
- Add wheel package as dependency.
27
33
- Bump version to create new pypi release with latest 2.4.1 C library.
28
34
29
35
--------------------
30
- 1.1.16 _ - 2019-14-02
36
+ 1.1.16 _ - 2019-02-14
31
37
--------------------
32
38
- AppVeyor now uses python35 to fix packaging issue. Fixes #33.
33
39
34
40
--------------------
35
- 1.1.15 _ - 2019-12-02
41
+ 1.1.15 _ - 2019-02-12
36
42
--------------------
37
43
- Fix travis CI pypi deployment, again.
38
44
39
45
--------------------
40
- 1.1.14 _ - 2019-11-02
46
+ 1.1.14 _ - 2019-02-11
41
47
--------------------
42
48
- Fix travis CI pypi deployment.
43
49
44
50
--------------------
45
- 1.1.13 _ - 2019-11-02
51
+ 1.1.13 _ - 2019-02-11
46
52
--------------------
47
53
- Bindings up to date with 2.4 C library.
48
54
- New semi-global routines.
@@ -130,7 +136,8 @@ The Unreleased section will be empty for tagged releases. Unreleased functionali
130
136
-------------------
131
137
First tagged release. The 'master' branch always represents the latest stable code. Tagged releases correspond to pypi releases.
132
138
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
134
141
.. _1.1.19 : https://github.com/jeffdaily/parasail-python/compare/v1.1.18...v1.1.19
135
142
.. _1.1.18 : https://github.com/jeffdaily/parasail-python/compare/v1.1.17...v1.1.18
136
143
.. _1.1.17 : https://github.com/jeffdaily/parasail-python/compare/v1.1.16...v1.1.17
0 commit comments