summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst13
-rw-r--r--changelog.d/2902.change.rst1
-rw-r--r--changelog.d/2906.misc.rst1
-rw-r--r--setup.cfg2
5 files changed, 15 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index a9d31cd2..67dc0851 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 59.2.0
+current_version = 59.3.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 3206647a..8fbae4f0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,16 @@
+v59.3.0
+-------
+
+
+Changes
+^^^^^^^
+* #2902: Merge with pypa/distutils@85db7a41242.
+
+Misc
+^^^^
+* #2906: In ensure_local_distutils, re-use DistutilsMetaFinder to load the module. Avoids race conditions when _distutils_system_mod is employed.
+
+
v59.2.0
-------
diff --git a/changelog.d/2902.change.rst b/changelog.d/2902.change.rst
deleted file mode 100644
index 37f3daaf..00000000
--- a/changelog.d/2902.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Merge with pypa/distutils@85db7a41242.
diff --git a/changelog.d/2906.misc.rst b/changelog.d/2906.misc.rst
deleted file mode 100644
index 2ec890b4..00000000
--- a/changelog.d/2906.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-In ensure_local_distutils, re-use DistutilsMetaFinder to load the module. Avoids race conditions when _distutils_system_mod is employed.
diff --git a/setup.cfg b/setup.cfg
index 7909ea10..6aabb1a3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 59.2.0
+version = 59.3.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages