From 441799f8b45a1a01c608db49333403db1b0d7100 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 29 Jul 2024 10:50:22 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2072.0.0=20=E2=86=92=2072.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- NEWS.rst | 9 +++++++++ newsfragments/4520.feature.rst | 1 - pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 newsfragments/4520.feature.rst 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" }, ]