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 d343391 commit 7855525Copy full SHA for 7855525
docs/news.rst
@@ -1,7 +1,7 @@
1
Release Notes
2
=============
3
4
-**UNRELEASED**
+**0.45.1 (2024-11-23)**
5
6
- Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in
7
the file name
src/wheel/__init__.py
@@ -1,3 +1,3 @@
from __future__ import annotations
-__version__ = "0.45.0"
+__version__ = "0.45.1"
0 commit comments