From b2ba0e39918d58bd6c6b15093ddcdc42605040ce Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 30 Jan 2022 19:53:24 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2060.5.4=20=E2=86=92=2060.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.rst | 15 +++++++++++++++ changelog.d/3043.change.rst | 1 - changelog.d/3054.misc.rst | 1 - changelog.d/3057.change.rst | 1 - changelog.d/3062.change.rst | 1 - setup.cfg | 2 +- 7 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 changelog.d/3043.change.rst delete mode 100644 changelog.d/3054.misc.rst delete mode 100644 changelog.d/3057.change.rst delete mode 100644 changelog.d/3062.change.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6534cde93c..baf5b08857 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 60.5.4 +current_version = 60.6.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index b6938ce7fb..a77f5395b0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,18 @@ +v60.6.0 +------- + + +Changes +^^^^^^^ +* #3043: Merge with pypa/distutils@bb018f1ac3 including consolidated behavior in sysconfig.get_platform (pypa/distutils#104). +* #3057: Don't include optional ``Home-page`` in metadata if no ``url`` is specified. -- by :user:`cdce8p` +* #3062: Merge with pypa/distutils@b53a824ec3 including improved support for lib directories on non-x64 Windows builds. + +Misc +^^^^ +* #3054: Used Py3 syntax ``super().__init__()`` -- by :user:`imba-tjd` + + v60.5.4 ------- diff --git a/changelog.d/3043.change.rst b/changelog.d/3043.change.rst deleted file mode 100644 index d52705f9b7..0000000000 --- a/changelog.d/3043.change.rst +++ /dev/null @@ -1 +0,0 @@ -Merge with pypa/distutils@bb018f1ac3 including consolidated behavior in sysconfig.get_platform (pypa/distutils#104). diff --git a/changelog.d/3054.misc.rst b/changelog.d/3054.misc.rst deleted file mode 100644 index 7166f83730..0000000000 --- a/changelog.d/3054.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Used Py3 syntax ``super().__init__()`` -- by :user:`imba-tjd` diff --git a/changelog.d/3057.change.rst b/changelog.d/3057.change.rst deleted file mode 100644 index 1e18efc029..0000000000 --- a/changelog.d/3057.change.rst +++ /dev/null @@ -1 +0,0 @@ -Don't include optional ``Home-page`` in metadata if no ``url`` is specified. -- by :user:`cdce8p` diff --git a/changelog.d/3062.change.rst b/changelog.d/3062.change.rst deleted file mode 100644 index cf3ff50227..0000000000 --- a/changelog.d/3062.change.rst +++ /dev/null @@ -1 +0,0 @@ -Merge with pypa/distutils@b53a824ec3 including improved support for lib directories on non-x64 Windows builds. diff --git a/setup.cfg b/setup.cfg index 0dc9043866..957c7ad21b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 60.5.4 +version = 60.6.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages