summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@Karui-Tatchi.lan>2020-05-28 21:00:39 -0400
committerJason R. Coombs <jaraco@Karui-Tatchi.lan>2020-05-28 21:00:39 -0400
commitdf51e62984850e58e8f29e8223b714091e0b8a5b (patch)
treee7618d91c20a74435478c73cb9ccb0df929e4020
parent474e90443708a4042ca21ac7a8221896ba5076a2 (diff)
downloadpython-setuptools-git-maint/44.x.tar.gz
Bump version: 44.1.0 → 44.1.1v44.1.1maint/44.x
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst6
-rw-r--r--changelog.d/2158.misc.rst1
-rw-r--r--setup.cfg2
4 files changed, 8 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index c8c9f544..4bea6cca 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 44.1.0
+current_version = 44.1.1
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 83cd8c78..43b65eb3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v44.1.1
+-------
+
+* #2158: Avoid loading working set during ``Distribution.finalize_options`` prior to invoking ``_install_setup_requires``, broken since v42.0.0.
+
+
v44.1.0
-------
diff --git a/changelog.d/2158.misc.rst b/changelog.d/2158.misc.rst
deleted file mode 100644
index 16a5a504..00000000
--- a/changelog.d/2158.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Avoid loading working set during ``Distribution.finalize_options`` prior to invoking ``_install_setup_requires``, broken since v42.0.0.
diff --git a/setup.cfg b/setup.cfg
index cb5ae73b..323d2cf5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,7 +19,7 @@ universal = 1
[metadata]
name = setuptools
-version = 44.1.0
+version = 44.1.1
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org