From ff58075cdf3459ecdf73486d2a83cecdd70c7e4a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 13 Apr 2024 16:49:55 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2069.5.0=20=E2=86=92=2069.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- NEWS.rst | 6 ++++++ setup.cfg | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f12875d186..557ae0ce34 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 69.5.0 +current_version = 69.5.1 commit = True tag = True diff --git a/NEWS.rst b/NEWS.rst index 9fa3ade1fa..08e28ecc28 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,9 @@ +v69.5.1 +======= + +No significant changes. + + v69.4.2 ======= diff --git a/setup.cfg b/setup.cfg index 62a759e54d..f7479e047f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 69.5.0 +version = 69.5.1 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages