From d78f0e372199f8294556345d867af4d3cf118418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Fri, 8 Nov 2024 23:39:23 +0200 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 9acf9186..781ce96d 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,7 @@ Release Notes ============= -**UNRELEASED** +**0.45.0 (2024-11-08)** - Refactored the ``convert`` command to not need setuptools to be installed - Don't configure setuptools logging unless running ``bdist_wheel`` diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py index 2031f41e..88334872 100644 --- a/src/wheel/__init__.py +++ b/src/wheel/__init__.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "0.44.0" +__version__ = "0.45.0"