diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 36b712694a..ca91c30e23 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 60.3.0 +current_version = 60.3.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 51fab99e6c..2c52ecfc28 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v60.3.1 +------- + + +Misc +^^^^ +* #3002: Suppress AttributeError when detecting get-pip. + + v60.3.0 ------- diff --git a/changelog.d/3002.misc.rst b/changelog.d/3002.misc.rst deleted file mode 100644 index ed2c3936ee..0000000000 --- a/changelog.d/3002.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Suppress AttributeError when detecting get-pip. diff --git a/setup.cfg b/setup.cfg index 0af9cd5e95..a726d2f668 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 60.3.0 +version = 60.3.1 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages