Skip to content

Commit f783414

Browse files
committed
Bump version: 60.8.2 → 60.9.0
1 parent 00fbad0 commit f783414

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 60.8.2
2+
current_version = 60.9.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
v60.9.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #2876: In the build backend, allow single config settings to be supplied.
8+
* #2993: Removed workaround in distutils hack for get-pip now that pypa/get-pip#137 is closed.
9+
* #3085: Setuptools no longer relies on ``pkg_resources`` for entry point handling.
10+
* #3098: Bump vendored packaging to 21.3.
11+
12+
113
v60.8.2
214
-------
315

changelog.d/2876.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2993.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/3085.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/3098.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 60.8.2
3+
version = 60.9.0
44
author = Python Packaging Authority
55
author_email = [email protected]
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)