summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-02-14 21:56:51 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-02-14 21:56:51 -0500
commit5b2b20d32b59f57d703723aadacfc308126034d7 (patch)
treef3b9bef23a41848d184b4d503ccf958600d3e776
parent9c6a6e59742eeb812f46e035df5a7084bf4b7594 (diff)
downloadpython-setuptools-git-60.9.1.tar.gz
Bump version: 60.9.0 → 60.9.1v60.9.1
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst11
-rw-r--r--changelog.d/3102.misc.rst1
-rw-r--r--changelog.d/3103.misc.rst1
-rw-r--r--changelog.d/3107.misc.rst1
-rw-r--r--setup.cfg2
6 files changed, 13 insertions, 5 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 93624e4c..7f5864f8 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 60.9.0
+current_version = 60.9.1
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index dc1fac34..efe34d3c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,14 @@
+v60.9.1
+-------
+
+
+Misc
+^^^^
+* #3102: Prevent vendored importlib_metadata from loading distributions from older importlib_metadata.
+* #3103: Fixed issue where string-based entry points would be omitted.
+* #3107: Bump importlib_metadata to 4.11.1 addressing issue with parsing requirements in egg-info as found in PyPy.
+
+
v60.9.0
-------
diff --git a/changelog.d/3102.misc.rst b/changelog.d/3102.misc.rst
deleted file mode 100644
index 2aa4d73a..00000000
--- a/changelog.d/3102.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Prevent vendored importlib_metadata from loading distributions from older importlib_metadata.
diff --git a/changelog.d/3103.misc.rst b/changelog.d/3103.misc.rst
deleted file mode 100644
index 4e9f2b47..00000000
--- a/changelog.d/3103.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed issue where string-based entry points would be omitted.
diff --git a/changelog.d/3107.misc.rst b/changelog.d/3107.misc.rst
deleted file mode 100644
index 6a7f776b..00000000
--- a/changelog.d/3107.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Bump importlib_metadata to 4.11.1 addressing issue with parsing requirements in egg-info as found in PyPy.
diff --git a/setup.cfg b/setup.cfg
index 59999cc7..555038c4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 60.9.0
+version = 60.9.1
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages