Skip to content

Commit 449ad5f

Browse files
authored
Release 1.3.2 (#428)
* Update changelog for 1.3.2 * Release commit for 1.3.2
1 parent cede5ae commit 449ad5f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2021-07-01 1.3.2
2+
--------------------
3+
4+
Bug fixes:
5+
6+
* Fix relative imports (#426)
7+
* Fix compute_abi_tag to support Python 3.8 (#424)
8+
9+
110
2021-06-29 1.3.1
211
--------------------
312

@@ -7,6 +16,7 @@ Bug fixes:
716
* Pass the runtime version to from_epd_string (#414)
817
* Fix _guess_abi_tag and _guess_abi_from_python to support python 3.8 (#418)
918

19+
1020
2021-03-21 1.3.0
1121
--------------------
1222

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
MINOR = 3
1010
MICRO = 2
1111

12-
IS_RELEASED = False
12+
IS_RELEASED = True
1313

1414
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1515

0 commit comments

Comments
 (0)