Skip to content

Commit 63a09bb

Browse files
committed
Created a new release
1 parent f4b8e48 commit 63a09bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/news.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Release Notes
22
=============
33

4-
**UNRELEASED**
4+
**0.42.0 (2023-11-26)**
55

6+
- Allowed removing build tag with ``wheel tags --build ""``
67
- Fixed ``wheel pack`` and ``wheel tags`` writing updated ``WHEEL`` fields after a
78
blank line, causing other tools to ignore them
89
- Fixed ``wheel pack`` and ``wheel tags`` writing ``WHEEL`` with CRLF line endings or
910
a mix of CRLF and LF
10-
- Allow removing build tag with ``wheel tags --build ""``
1111
- Fixed ``wheel pack --build-number ""`` not removing build tag from ``WHEEL``
1212
(above changes by Benjamin Gilbert)
1313

src/wheel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "0.41.3"
3+
__version__ = "0.42.0"

0 commit comments

Comments
 (0)