Skip to content

Commit df51e62

Browse files
Jason R. CoombsJason R. Coombs
authored andcommitted
Bump version: 44.1.0 → 44.1.1
1 parent 474e904 commit df51e62

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 = 44.1.0
2+
current_version = 44.1.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+
v44.1.1
2+
-------
3+
4+
* #2158: Avoid loading working set during ``Distribution.finalize_options`` prior to invoking ``_install_setup_requires``, broken since v42.0.0.
5+
6+
17
v44.1.0
28
-------
39

changelog.d/2158.misc.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 = 44.1.0
22+
version = 44.1.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)