From 4e82e8b75c8bd8cba1232a107dc171b4fd2c588c Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 5 Jan 2025 11:12:17 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2075.6.0=20=E2=86=92=2075.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- NEWS.rst | 10 ++++++++++ newsfragments/4478.feature.rst | 1 - newsfragments/4790.feature.rst | 1 - pyproject.toml | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 newsfragments/4478.feature.rst delete mode 100644 newsfragments/4790.feature.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e21bc31417..4578bade30 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 75.6.0 +current_version = 75.7.0 commit = True tag = True diff --git a/NEWS.rst b/NEWS.rst index 326fdac650..b83fe6e156 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,13 @@ +v75.7.0 +======= + +Features +-------- + +- Synced with pypa/distutils@c97a3db2f including better support for free threaded Python on Windows (pypa/distutils#310), improved typing support, and linter accommodations. (#4478) +- Synced with pypa/distutils@ff11eed0c including bugfix for duplicate CFLAGS and adaption to support Python 3.13 is_abs in the C compiler (#4669). (#4790) + + v75.6.0 ======= diff --git a/newsfragments/4478.feature.rst b/newsfragments/4478.feature.rst deleted file mode 100644 index bd53339464..0000000000 --- a/newsfragments/4478.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Synced with pypa/distutils@c97a3db2f including better support for free threaded Python on Windows (pypa/distutils#310), improved typing support, and linter accommodations. diff --git a/newsfragments/4790.feature.rst b/newsfragments/4790.feature.rst deleted file mode 100644 index 21139708b3..0000000000 --- a/newsfragments/4790.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Synced with pypa/distutils@ff11eed0c including bugfix for duplicate CFLAGS and adaption to support Python 3.13 is_abs in the C compiler (#4669). diff --git a/pyproject.toml b/pyproject.toml index 61a0c91a67..5560a11043 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ backend-path = ["."] [project] name = "setuptools" -version = "75.6.0" +version = "75.7.0" authors = [ { name = "Python Packaging Authority", email = "distutils-sig@python.org" }, ]