From 76942cfe9ab14b6d30eac50b9b3dff8cc9241b76 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 2 Aug 2024 17:32:45 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2072.1.0=20=E2=86=92=2072.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- NEWS.rst | 9 +++++++++ newsfragments/4538.feature.rst | 1 - pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 newsfragments/4538.feature.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2b055f2389..7215487880 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 72.1.0 +current_version = 72.2.0 commit = True tag = True diff --git a/NEWS.rst b/NEWS.rst index e89dfcba6d..a2d5eeba36 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,12 @@ +v72.2.0 +======= + +Features +-------- + +- Merged with pypa/distutils@b7ee725f3 including: Support for Pathlike objects in data files and extensions (pypa/distutils#272, pypa/distutils#237), native support for C++ compilers (pypa/distuils#228) and removed unused get_msvcr() (pypa/distutils#274). (#4538) + + v72.1.0 ======= diff --git a/newsfragments/4538.feature.rst b/newsfragments/4538.feature.rst deleted file mode 100644 index d5e37e74f4..0000000000 --- a/newsfragments/4538.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Merged with pypa/distutils@b7ee725f3 including: Support for Pathlike objects in data files and extensions (pypa/distutils#272, pypa/distutils#237), native support for C++ compilers (pypa/distuils#228) and removed unused get_msvcr() (pypa/distutils#274). diff --git a/pyproject.toml b/pyproject.toml index 0c7d5e752a..95efd1e9b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ backend-path = ["."] [project] name = "setuptools" -version = "72.1.0" +version = "72.2.0" authors = [ { name = "Python Packaging Authority", email = "distutils-sig@python.org" }, ]