From 95c2d83cde174ed3c34d5a5b53dc3b3a1ace91b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sat, 22 Jul 2023 12:59:41 +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 543b3bc4..51bd5a8a 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,7 @@ Release Notes ============= -**UNRELEASED** +**0.41.0 (2023-07-22)** - Added full support of the build tag syntax to ``wheel tags`` (you can now set a build tag like ``123mytag``) diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py index 39e37b83..224fe491 100644 --- a/src/wheel/__init__.py +++ b/src/wheel/__init__.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "0.40.0" +__version__ = "0.41.0"