Skip to content

Commit b2ba0e3

Browse files
committed
Bump version: 60.5.4 → 60.6.0
1 parent 1ae32a3 commit b2ba0e3

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.5.4
2+
current_version = 60.6.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.6.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #3043: Merge with pypa/distutils@bb018f1ac3 including consolidated behavior in sysconfig.get_platform (pypa/distutils#104).
8+
* #3057: Don't include optional ``Home-page`` in metadata if no ``url`` is specified. -- by :user:`cdce8p`
9+
* #3062: Merge with pypa/distutils@b53a824ec3 including improved support for lib directories on non-x64 Windows builds.
10+
11+
Misc
12+
^^^^
13+
* #3054: Used Py3 syntax ``super().__init__()`` -- by :user:`imba-tjd`
14+
15+
116
v60.5.4
217
-------
318

changelog.d/3043.change.rst

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

changelog.d/3054.misc.rst

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

changelog.d/3057.change.rst

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

changelog.d/3062.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.5.4
3+
version = 60.6.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)