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