Skip to content

Commit 5b2b20d

Browse files
committed
Bump version: 60.9.0 → 60.9.1
1 parent 9c6a6e5 commit 5b2b20d

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 60.9.0
2+
current_version = 60.9.1
33
commit = True
44
tag = True
55

CHANGES.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v60.9.1
2+
-------
3+
4+
5+
Misc
6+
^^^^
7+
* #3102: Prevent vendored importlib_metadata from loading distributions from older importlib_metadata.
8+
* #3103: Fixed issue where string-based entry points would be omitted.
9+
* #3107: Bump importlib_metadata to 4.11.1 addressing issue with parsing requirements in egg-info as found in PyPy.
10+
11+
112
v60.9.0
213
-------
314

changelog.d/3102.misc.rst

-1
This file was deleted.

changelog.d/3103.misc.rst

-1
This file was deleted.

changelog.d/3107.misc.rst

-1
This file was deleted.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 60.9.0
3+
version = 60.9.1
44
author = Python Packaging Authority
55
author_email = distutils-sig@python.org
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)