From 7685e2393c9f44bcff13d62361f2355595d856ba Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 7 Sep 2021 20:20:59 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2058.0.2=20=E2=86=92=2058.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.rst | 9 +++++++++ changelog.d/2777.misc.rst | 1 - setup.cfg | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/2777.misc.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2eb9496e8f..c95f09ebc6 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 bf4ec6db07..a919b310d6 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 d001aeb6d2..0000000000 --- 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 508cb0af7c..fbf82af10e 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