From 5c9d9809dec1b20e2a9da6b4a06355fd6f87a190 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Wed, 8 Jan 2025 17:45:19 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2075.7.0=20=E2=86=92=2075.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- NEWS.rst | 11 +++++++++++ newsfragments/4698.feature.rst | 3 --- pyproject.toml | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 newsfragments/4698.feature.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4578bade30..384a18455d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 75.7.0 +current_version = 75.8.0 commit = True tag = True diff --git a/NEWS.rst b/NEWS.rst index b83fe6e156..e9e795005a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,14 @@ +v75.8.0 +======= + +Features +-------- + +- Implemented ``Dynamic`` field for core metadata (as introduced in PEP 643). + The existing implementation is currently experimental and the exact approach + may change in future releases. (#4698) + + v75.7.0 ======= diff --git a/newsfragments/4698.feature.rst b/newsfragments/4698.feature.rst deleted file mode 100644 index 955624ed4c..0000000000 --- a/newsfragments/4698.feature.rst +++ /dev/null @@ -1,3 +0,0 @@ -Implemented ``Dynamic`` field for core metadata (as introduced in PEP 643). -The existing implementation is currently experimental and the exact approach -may change in future releases. diff --git a/pyproject.toml b/pyproject.toml index 5560a11043..a9febdbe8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ backend-path = ["."] [project] name = "setuptools" -version = "75.7.0" +version = "75.8.0" authors = [ { name = "Python Packaging Authority", email = "distutils-sig@python.org" }, ]