diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-28 14:35:41 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-28 14:35:41 -0500 |
| commit | 7f795745bc23880ba8f40033a1ef3210c0718396 (patch) | |
| tree | d656ffa2661be276b3b143f9c3eb5035dec385b1 | |
| parent | 9c9c91c0a3951a7c521bd6eddc3aa5f84f0cfd9f (diff) | |
| download | python-setuptools-git-60.1.1.tar.gz | |
Bump version: 60.1.0 → 60.1.1v60.1.1
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 9 | ||||
| -rw-r--r-- | changelog.d/2980.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 d5a104b0..e607b2fc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 60.1.0 +current_version = 60.1.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 09692544..554ee73e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v60.1.1 +------- + + +Misc +^^^^ +* #2980: Bypass distutils loader when setuptools module is no longer available on sys.path. + + v60.1.0 ------- diff --git a/changelog.d/2980.misc.rst b/changelog.d/2980.misc.rst deleted file mode 100644 index 222a3adb..00000000 --- a/changelog.d/2980.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Bypass distutils loader when setuptools module is no longer available on sys.path. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 60.1.0 +version = 60.1.1 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
