diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0532998c3e..aff2d44482 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 60.0.1 +current_version = 60.0.2 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index b1119cff19..4d66fa1951 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v60.0.2 +------- + + +Misc +^^^^ +* #2938: Select 'posix_user' for the scheme unless falling back to stdlib, then use 'unix_user'. + + v60.0.1 ------- diff --git a/changelog.d/2938.misc.rst b/changelog.d/2938.misc.rst deleted file mode 100644 index c8cdbc9551..0000000000 --- a/changelog.d/2938.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Select 'posix_user' for the scheme unless falling back to stdlib, then use 'unix_user'. diff --git a/setup.cfg b/setup.cfg index 378bc8bb1a..d6a59e18c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 60.0.1 +version = 60.0.2 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages