diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-11 17:27:39 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-11 17:27:39 -0500 |
| commit | 4f9ebdbe81cb81a75c94a93cc53551c558dfc5e7 (patch) | |
| tree | 5f6033d0a12cafb0152a581a48e05e02c198cdcd | |
| parent | a1ec3459973a85027169582ce17964a66050525f (diff) | |
| download | python-setuptools-git-60.5.2.tar.gz | |
Bump version: 60.5.1 → 60.5.2v60.5.2
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 9 | ||||
| -rw-r--r-- | changelog.d/2993.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 5d0f65ac..07bfe8de 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 60.5.1 +current_version = 60.5.2 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index f07b27e4..a512ee1d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v60.5.2 +------- + + +Misc +^^^^ +* #2993: In _distutils_hack, for get-pip, simulate existence of setuptools. + + v60.5.1 ------- diff --git a/changelog.d/2993.misc.rst b/changelog.d/2993.misc.rst deleted file mode 100644 index c1d294d6..00000000 --- a/changelog.d/2993.misc.rst +++ /dev/null @@ -1 +0,0 @@ -In _distutils_hack, for get-pip, simulate existence of setuptools. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 60.5.1 +version = 60.5.2 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
