From a86428cfef419e9ef3f04a04bde2d64d395936b8 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 24 Sep 2022 15:16:37 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2065.3.0=20=E2=86=92=2065.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.rst | 9 +++++++++ changelog.d/3609.change.rst | 1 - setup.cfg | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/3609.change.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f90d1027f2..66973fe71a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 65.3.0 +current_version = 65.4.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 8e35e3f696..2c39cfd4c7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v65.4.0 +------- + + +Changes +^^^^^^^ +* #3609: Merge with pypa/distutils@d82d926 including support for DIST_EXTRA_CONFIG in pypa/distutils#177. + + v65.3.0 ------- diff --git a/changelog.d/3609.change.rst b/changelog.d/3609.change.rst deleted file mode 100644 index 5ed5cc2512..0000000000 --- a/changelog.d/3609.change.rst +++ /dev/null @@ -1 +0,0 @@ -Merge with pypa/distutils@d82d926 including support for DIST_EXTRA_CONFIG in pypa/distutils#177. diff --git a/setup.cfg b/setup.cfg index 3d260d5216..fe95dd6762 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 65.3.0 +version = 65.4.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages