We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8f5ef commit 6f1608dCopy full SHA for 6f1608d
docs/news.rst
@@ -1,7 +1,7 @@
1
Release Notes
2
=============
3
4
-**UNRELEASED**
+**0.38.1 (2022-11-04)**
5
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
src/wheel/__init__.py
@@ -1,3 +1,3 @@
from __future__ import annotations
-__version__ = "0.38.0"
+__version__ = "0.38.1"
0 commit comments