Skip to content

Commit

Permalink
Release 1.3.2 (#428)
Browse files Browse the repository at this point in the history
* Update changelog for 1.3.2
* Release commit for 1.3.2
  • Loading branch information
itziakos authored Jul 1, 2021
1 parent cede5ae commit 449ad5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2021-07-01 1.3.2
--------------------

Bug fixes:

* Fix relative imports (#426)
* Fix compute_abi_tag to support Python 3.8 (#424)


2021-06-29 1.3.1
--------------------

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


2021-03-21 1.3.0
--------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
MINOR = 3
MICRO = 2

IS_RELEASED = False
IS_RELEASED = True

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

Expand Down

0 comments on commit 449ad5f

Please sign in to comment.