We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0e0f2 commit e76040bCopy full SHA for e76040b
docs/news.rst
@@ -1,7 +1,7 @@
1
Release Notes
2
=============
3
4
-**UNRELEASED**
+**0.41.2 (2023-08-22)**
5
6
- Fixed platform tag detection for GraalPy and 32-bit python running on an aarch64
7
kernel (PR by Matthieu Darbois)
src/wheel/__init__.py
@@ -1,3 +1,3 @@
from __future__ import annotations
-__version__ = "0.41.1"
+__version__ = "0.41.2"
0 commit comments