From f75c6289666ae845b80f1666ea68ec0f28afcc73 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 6 Feb 2023 20:10:12 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2067.1.0=20=E2=86=92=2067.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.rst | 9 +++++++++ changelog.d/3809.change.rst | 1 - setup.cfg | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/3809.change.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2c9f7bf816..126aa1596d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 67.1.0 +current_version = 67.2.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 245c32faa5..428b833946 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v67.2.0 +------- + + +Changes +^^^^^^^ +* #3809: Merge with distutils@8c3c3d29, including fix for ``sysconfig.get_python_inc()`` (pypa/distutils#178), fix for segfault on MinGW (pypa/distutils#196), and better ``has_function`` support (pypa/distutils#195). + + v67.1.0 ------- diff --git a/changelog.d/3809.change.rst b/changelog.d/3809.change.rst deleted file mode 100644 index ac38871a7c..0000000000 --- a/changelog.d/3809.change.rst +++ /dev/null @@ -1 +0,0 @@ -Merge with distutils@8c3c3d29, including fix for ``sysconfig.get_python_inc()`` (pypa/distutils#178), fix for segfault on MinGW (pypa/distutils#196), and better ``has_function`` support (pypa/distutils#195). diff --git a/setup.cfg b/setup.cfg index 4381611144..41ca2f73d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 67.1.0 +version = 67.2.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages