summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst9
-rw-r--r--changelog.d/2896.breaking.rst1
-rw-r--r--setup.cfg2
4 files changed, 11 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 562bc7d3..b4585481 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 59.8.0
+current_version = 60.0.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 0b018b25..3e658050 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,12 @@
+v60.0.0
+-------
+
+
+Breaking Changes
+^^^^^^^^^^^^^^^^
+* #2896: Setuptools once again makes its local copy of distutils the default. To override, set SETUPTOOLS_USE_DISTUTILS=stdlib.
+
+
v59.8.0
-------
diff --git a/changelog.d/2896.breaking.rst b/changelog.d/2896.breaking.rst
deleted file mode 100644
index e0aebdcb..00000000
--- a/changelog.d/2896.breaking.rst
+++ /dev/null
@@ -1 +0,0 @@
-Setuptools once again makes its local copy of distutils the default. To override, set SETUPTOOLS_USE_DISTUTILS=stdlib.
diff --git a/setup.cfg b/setup.cfg
index 21bdf4a0..6a67e79d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 59.8.0
+version = 60.0.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages