diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-20 19:56:14 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-20 19:56:14 -0500 |
| commit | 390016f98244e8c11d6060c3aa27efbc36db8592 (patch) | |
| tree | 342a33b0b21421ce2d81da1991f92989715088e9 | |
| parent | 137ab9d684075f772c322f455b0dd1f992ddcd8f (diff) | |
| download | python-setuptools-git-60.0.3.tar.gz | |
Bump version: 60.0.2 → 60.0.3v60.0.3
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 9 | ||||
| -rw-r--r-- | changelog.d/2940.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 aff2d444..bb1c47a5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 60.0.2 +current_version = 60.0.3 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 4d66fa19..4fab510f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v60.0.3 +------- + + +Misc +^^^^ +* #2940: Avoid KeyError in distutils hack when pip is imported during ensurepip. + + v60.0.2 ------- diff --git a/changelog.d/2940.misc.rst b/changelog.d/2940.misc.rst deleted file mode 100644 index 74cd3859..00000000 --- a/changelog.d/2940.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Avoid KeyError in distutils hack when pip is imported during ensurepip. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 60.0.2 +version = 60.0.3 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
