Skip to content

Commit df23b55

Browse files
authored
Release 1.3.1 (#420)
* Update CHANGELOG * Set release commit * Update CHANGELOG
1 parent 1e844f5 commit df23b55

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2021-06-29 1.3.1
2+
--------------------
3+
4+
Bug fixes:
5+
6+
* Update dummy eggs to hold the correct abi tag for Python 3.8 (#413)
7+
* Pass the runtime version to from_epd_string (#414)
8+
* Fix _guess_abi_tag and _guess_abi_from_python to support python 3.8 (#418)
9+
110
2021-03-21 1.3.0
211
--------------------
312

@@ -14,7 +23,7 @@ Maintenance:
1423
* Fix path to the okonomiyaki test build project (#379)
1524
* Update script that verifies okonomiyaki can read eds eggs (#396)
1625

17-
Big fixes:
26+
Bug fixes:
1827

1928
* Add rh6 and rh7 dummy eggs to setup.py (#369)
2029
* EPDPlatform.pep425_tag will always return 10.6 for macos platforms (#374, #387)

setup.py

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

12-
IS_RELEASED = False
12+
IS_RELEASED = True
1313

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

0 commit comments

Comments
 (0)