diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6254b96778..2b055f2389 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 72.0.0 +current_version = 72.1.0 commit = True tag = True diff --git a/NEWS.rst b/NEWS.rst index fe753cfee7..e89dfcba6d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,12 @@ +v72.1.0 +======= + +Features +-------- + +- Restore the tests command and deprecate access to the module. (#4519) (#4520) + + v72.0.0 ======= diff --git a/newsfragments/4520.feature.rst b/newsfragments/4520.feature.rst deleted file mode 100644 index d221b05aab..0000000000 --- a/newsfragments/4520.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Restore the tests command and deprecate access to the module. (#4519) diff --git a/pyproject.toml b/pyproject.toml index 10aa918d9a..034de18f54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ backend-path = ["."] [project] name = "setuptools" -version = "72.0.0" +version = "72.1.0" authors = [ { name = "Python Packaging Authority", email = "distutils-sig@python.org" }, ]