File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Release Notes
4
4
**UNRELEASED **
5
5
6
6
- Removed install dependency on setuptools
7
+ - The future-proof fix in 0.36.0 for converting PyPy's SOABI into a abi tag was
8
+ faulty. Fixed so that future changes in the SOABI will not change the tag.
7
9
8
10
**0.38.0 (2022-10-21) **
9
11
@@ -17,8 +19,6 @@ Release Notes
17
19
- Fixed ``ValueError: ZIP does not support timestamps before 1980 `` when using
18
20
``SOURCE_DATE_EPOCH=0 `` or when on-disk timestamps are earlier than 1980-01-01. Such
19
21
timestamps are now changed to the minimum value before packaging.
20
- - The future-proof fix in 0.36.0 for converting PyPy's SOABI into a abi tag was
21
- faulty. Fixed so that future changes in the SOABI will not change the tag.
22
22
23
23
**0.37.1 (2021-12-22) **
24
24
You can’t perform that action at this time.
0 commit comments