Skip to content

Commit 80045ce

Browse files
committed
Bump version: 60.1.1 → 60.2.0
1 parent d9273a4 commit 80045ce

File tree

7 files changed

+17
-6
lines changed

7 files changed

+17
-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.1.1
2+
current_version = 60.2.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
v60.2.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #2974: Setuptools now relies on the Python logging infrastructure to log messages. Instead of using ``distutils.log.*``, use ``logging.getLogger(name).*``.
8+
* #2987: Sync with pypa/distutils@2def21c5d74fdd2fe7996ee4030ac145a9d751bd, including fix for missing get_versions attribute (#2969), more reliance on sysconfig from stdlib.
9+
10+
Misc
11+
^^^^
12+
* #2962: Avoid attempting to use local distutils when the presiding version of Setuptools on the path doesn't have one.
13+
* #2983: Restore 'add_shim' as the way to invoke the hook. Avoids compatibility issues between different versions of Setuptools with the distutils local implementation.
14+
15+
116
v60.1.1
217
-------
318

changelog.d/2962.misc.rst

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

changelog.d/2974.change.rst

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

changelog.d/2983.misc.rst

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

changelog.d/2987.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.1.1
3+
version = 60.2.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)