Skip to content

Commit

Permalink
Release 1.3.1 (#420)
Browse files Browse the repository at this point in the history
* Update CHANGELOG
* Set release commit
* Update CHANGELOG
  • Loading branch information
itziakos authored Jun 29, 2021
1 parent 1e844f5 commit df23b55
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2021-06-29 1.3.1
--------------------

Bug fixes:

* Update dummy eggs to hold the correct abi tag for Python 3.8 (#413)
* 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 All @@ -14,7 +23,7 @@ Maintenance:
* Fix path to the okonomiyaki test build project (#379)
* Update script that verifies okonomiyaki can read eds eggs (#396)

Big fixes:
Bug fixes:

* Add rh6 and rh7 dummy eggs to setup.py (#369)
* EPDPlatform.pep425_tag will always return 10.6 for macos platforms (#374, #387)
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 = 1

IS_RELEASED = False
IS_RELEASED = True

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

Expand Down

0 comments on commit df23b55

Please sign in to comment.