summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-09-07 20:20:59 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-09-07 20:20:59 -0400
commit7685e2393c9f44bcff13d62361f2355595d856ba (patch)
tree20e41bbd7075c28d0551fb8dc8e74a0f0fe3f96c
parent3b549e550cd2ece6a5c11fe0dcd73240c4dff706 (diff)
downloadpython-setuptools-git-7685e2393c9f44bcff13d62361f2355595d856ba.tar.gz
Bump version: 58.0.2 → 58.0.3v58.0.3
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst9
-rw-r--r--changelog.d/2777.misc.rst1
-rw-r--r--setup.cfg2
4 files changed, 11 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 2eb9496e..c95f09eb 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 58.0.2
+current_version = 58.0.3
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index bf4ec6db..a919b310 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,12 @@
+v58.0.3
+-------
+
+
+Misc
+^^^^
+* #2777: Build does not fail fast when ``use_2to3`` is supplied but set to a false value.
+
+
v58.0.2
-------
diff --git a/changelog.d/2777.misc.rst b/changelog.d/2777.misc.rst
deleted file mode 100644
index d001aeb6..00000000
--- a/changelog.d/2777.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Build does not fail fast when ``use_2to3`` is supplied but set to a false value.
diff --git a/setup.cfg b/setup.cfg
index 508cb0af..fbf82af1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 58.0.2
+version = 58.0.3
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages