We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9861763 commit 7a0ea7fCopy full SHA for 7a0ea7f
docs/news.rst
@@ -1,7 +1,7 @@
1
Release Notes
2
=============
3
4
-**UNRELEASED**
+**0.46.1 (2025-04-08)**
5
6
- Temporarily restored the ``wheel.macosx_libfile`` module
7
(`#659 <https://github.com/pypa/wheel/issues/665960>`_)
src/wheel/__init__.py
@@ -1,3 +1,3 @@
from __future__ import annotations
-__version__ = "0.46.0"
+__version__ = "0.46.1"
0 commit comments