Skip to content

Commit e84f616

Browse files
committed
Bump version: 42.0.0 → 42.0.1
1 parent 3287006 commit e84f616

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 42.0.0
2+
current_version = 42.0.1
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v42.0.1
2+
-------
3+
4+
* #1918: Fix regression in handling wheels compatibility tags.
5+
6+
17
v42.0.0
28
-------
39

changelog.d/1918.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ universal = 1
1919

2020
[metadata]
2121
name = setuptools
22-
version = 42.0.0
22+
version = 42.0.1
2323
description = Easily download, build, install, upgrade, and uninstall Python packages
2424
author = Python Packaging Authority
2525
author_email = [email protected]

0 commit comments

Comments
 (0)