File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
- **UNRELEASED **
4
+ **0.42.0 (2023-11-26) **
5
5
6
+ - Allowed removing build tag with ``wheel tags --build "" ``
6
7
- Fixed ``wheel pack `` and ``wheel tags `` writing updated ``WHEEL `` fields after a
7
8
blank line, causing other tools to ignore them
8
9
- Fixed ``wheel pack `` and ``wheel tags `` writing ``WHEEL `` with CRLF line endings or
9
10
a mix of CRLF and LF
10
- - Allow removing build tag with ``wheel tags --build "" ``
11
11
- Fixed ``wheel pack --build-number "" `` not removing build tag from ``WHEEL ``
12
12
(above changes by Benjamin Gilbert)
13
13
Original file line number Diff line number Diff line change 1
1
from __future__ import annotations
2
2
3
- __version__ = "0.41.3 "
3
+ __version__ = "0.42.0 "
You can’t perform that action at this time.
0 commit comments