We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb69216 commit efd83a7Copy full SHA for efd83a7
2 files changed
docs/news.rst
@@ -1,7 +1,7 @@
1
Release Notes
2
=============
3
4
-**UNRELEASED**
+**0.47.0 (2026-04-22)**
5
6
- Added the ``wheel info`` subcommand to display metadata about wheel files without
7
unpacking them (`#639 <https://github.com/pypa/wheel/issues/639>`_)
src/wheel/__init__.py
@@ -1,3 +1,3 @@
from __future__ import annotations
-__version__ = "0.46.3"
+__version__ = "0.47.0"
0 commit comments