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 0add7d6 commit 7bb46d7Copy full SHA for 7bb46d7
docs/news.rst
@@ -1,7 +1,7 @@
1
Release Notes
2
=============
3
4
-**UNRELEASED**
+**0.44.0 (2024-08-04)**
5
6
- Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn)
7
- Deprecated the ``bdist_wheel`` module, as the code was migrated to ``setuptools``
src/wheel/__init__.py
@@ -1,3 +1,3 @@
from __future__ import annotations
-__version__ = "0.43.0"
+__version__ = "0.44.0"
0 commit comments