Skip to content

Commit

Permalink
Created a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 26, 2023
1 parent f4b8e48 commit 63a09bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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)

Expand Down
2 changes: 1 addition & 1 deletion src/wheel/__init__.py
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = "0.41.3"
__version__ = "0.42.0"

0 comments on commit 63a09bb

Please sign in to comment.