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 f064c69 commit d78f0e3Copy full SHA for d78f0e3
docs/news.rst
@@ -1,7 +1,7 @@
1
Release Notes
2
=============
3
4
-**UNRELEASED**
+**0.45.0 (2024-11-08)**
5
6
- Refactored the ``convert`` command to not need setuptools to be installed
7
- Don't configure setuptools logging unless running ``bdist_wheel``
src/wheel/__init__.py
@@ -1,3 +1,3 @@
from __future__ import annotations
-__version__ = "0.44.0"
+__version__ = "0.45.0"
0 commit comments