From 63a09bb3d92630c1d35f4fcc6f79250256aeeb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sun, 26 Nov 2023 16:35:45 +0200 Subject: [PATCH] Created a new release --- docs/news.rst | 4 ++-- src/wheel/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 3abfd384..c56faf10 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,13 +1,13 @@ Release Notes ============= -**UNRELEASED** +**0.42.0 (2023-11-26)** +- Allowed removing build tag with ``wheel tags --build ""`` - Fixed ``wheel pack`` and ``wheel tags`` writing updated ``WHEEL`` fields after a blank line, causing other tools to ignore them - Fixed ``wheel pack`` and ``wheel tags`` writing ``WHEEL`` with CRLF line endings or a mix of CRLF and LF -- Allow removing build tag with ``wheel tags --build ""`` - Fixed ``wheel pack --build-number ""`` not removing build tag from ``WHEEL`` (above changes by Benjamin Gilbert) diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py index 0b3ebd01..6cfc4772 100644 --- a/src/wheel/__init__.py +++ b/src/wheel/__init__.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "0.41.3" +__version__ = "0.42.0"