Skip to content

Commit

Permalink
Bump version: 60.1.1 → 60.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 29, 2021
1 parent d9273a4 commit 80045ce
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 60.1.1
current_version = 60.2.0
commit = True
tag = True

Expand Down
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v60.2.0
-------


Changes
^^^^^^^
* #2974: Setuptools now relies on the Python logging infrastructure to log messages. Instead of using ``distutils.log.*``, use ``logging.getLogger(name).*``.
* #2987: Sync with pypa/distutils@2def21c5d74fdd2fe7996ee4030ac145a9d751bd, including fix for missing get_versions attribute (#2969), more reliance on sysconfig from stdlib.

Misc
^^^^
* #2962: Avoid attempting to use local distutils when the presiding version of Setuptools on the path doesn't have one.
* #2983: Restore 'add_shim' as the way to invoke the hook. Avoids compatibility issues between different versions of Setuptools with the distutils local implementation.


v60.1.1
-------

Expand Down
1 change: 0 additions & 1 deletion changelog.d/2962.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2974.change.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2983.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2987.change.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
version = 60.1.1
version = 60.2.0
author = Python Packaging Authority
author_email = [email protected]
description = Easily download, build, install, upgrade, and uninstall Python packages
Expand Down

0 comments on commit 80045ce

Please sign in to comment.