diff --git a/docs/news.rst b/docs/news.rst index 56c82f6e..9e5488a6 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,7 @@ Release Notes ============= -**UNRELEASED** +**0.41.2 (2023-08-22)** - Fixed platform tag detection for GraalPy and 32-bit python running on an aarch64 kernel (PR by Matthieu Darbois) diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py index 262e754a..e027eca8 100644 --- a/src/wheel/__init__.py +++ b/src/wheel/__init__.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "0.41.1" +__version__ = "0.41.2"