summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-11-23 23:57:16 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-11-23 23:57:16 -0500
commit6f7dd7c12ceffa2aefe28c2fbafbad2273980b2b (patch)
tree2c546424811ed55109315fdb07190e13ea7355e8
parent0f513c1b6634768263b9bc82c6167679400bd8e3 (diff)
downloadpython-setuptools-git-65.6.3.tar.gz
Bump version: 65.6.2 → 65.6.3v65.6.3
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst10
-rw-r--r--changelog.d/3709.misc.rst2
-rw-r--r--setup.cfg2
4 files changed, 12 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index db5a5c5c..38dbe69f 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 65.6.2
+current_version = 65.6.3
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 6d57c8fb..4f4ede6a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,13 @@
+v65.6.3
+-------
+
+
+Misc
+^^^^
+* #3709: Fix condition to patch ``distutils.dist.log`` to only apply when using
+ ``distutils`` from the stdlib.
+
+
v65.6.2
-------
diff --git a/changelog.d/3709.misc.rst b/changelog.d/3709.misc.rst
deleted file mode 100644
index bf0aefe9..00000000
--- a/changelog.d/3709.misc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix condition to patch ``distutils.dist.log`` to only apply when using
-``distutils`` from the stdlib.
diff --git a/setup.cfg b/setup.cfg
index 0e18e067..99c1bece 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 65.6.2
+version = 65.6.3
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages