diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-20 16:43:58 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-20 16:43:58 -0500 |
| commit | 34006b386ef3c5f8cb6abb8c1f32ddf2f3cec4e0 (patch) | |
| tree | e6a078d7134f3e9eda7221b15729d8b5757ccfa8 | |
| parent | edf116b1cc4a72075b9af06748df3b177d55d4dc (diff) | |
| download | python-setuptools-git-34006b386ef3c5f8cb6abb8c1f32ddf2f3cec4e0.tar.gz | |
Bump version: 60.0.1 → 60.0.2v60.0.2
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 9 | ||||
| -rw-r--r-- | changelog.d/2938.misc.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0532998c..aff2d444 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 b1119cff..4d66fa19 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 c8cdbc95..00000000 --- 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'. @@ -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 |
