Commit df23b55 1 parent 1e844f5 commit df23b55 Copy full SHA for df23b55
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
10
2021-03-21 1.3.0
2
11
--------------------
3
12
@@ -14,7 +23,7 @@ Maintenance:
14
23
* Fix path to the okonomiyaki test build project (#379)
15
24
* Update script that verifies okonomiyaki can read eds eggs (#396)
16
25
17
- Big fixes:
26
+ Bug fixes:
18
27
19
28
* Add rh6 and rh7 dummy eggs to setup.py (#369)
20
29
* EPDPlatform.pep425_tag will always return 10.6 for macos platforms (#374, #387)
Original file line number Diff line number Diff line change 9
9
MINOR = 3
10
10
MICRO = 1
11
11
12
- IS_RELEASED = False
12
+ IS_RELEASED = True
13
13
14
14
VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
15
15
You can’t perform that action at this time.
0 commit comments