From 7bb46d7727e6e89fe56b3c78297b3af2672bbbe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sun, 4 Aug 2024 17:48:22 +0300 Subject: [PATCH] Created a new release --- docs/news.rst | 2 +- src/wheel/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index e7301b95..eda608a2 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,7 @@ Release Notes ============= -**UNRELEASED** +**0.44.0 (2024-08-04)** - Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn) - Deprecated the ``bdist_wheel`` module, as the code was migrated to ``setuptools`` diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py index a773bbbc..2031f41e 100644 --- a/src/wheel/__init__.py +++ b/src/wheel/__init__.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "0.43.0" +__version__ = "0.44.0"