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" }, ]