summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst13
-rw-r--r--changelog.d/3453.misc.rst1
-rw-r--r--changelog.d/3481.misc.rst2
-rw-r--r--changelog.d/3487.misc.rst2
-rw-r--r--setup.cfg2
6 files changed, 15 insertions, 7 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index f462bfad..d25ccab3 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 63.4.1
+current_version = 63.4.2
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 08ebd86c..9244bc6d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,16 @@
+v63.4.2
+-------
+
+
+Misc
+^^^^
+* #3453: Bump vendored version of :pypi:`pyparsing` to 3.0.9.
+* #3481: Add warning for potential ``install_requires`` and ``extras_require``
+ misconfiguration in ``setup.cfg``
+* #3487: Modified ``pyproject.toml`` validation exception handling to
+ make relevant debugging information easier to spot.
+
+
v63.4.1
-------
diff --git a/changelog.d/3453.misc.rst b/changelog.d/3453.misc.rst
deleted file mode 100644
index 55183080..00000000
--- a/changelog.d/3453.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Bump vendored version of :pypi:`pyparsing` to 3.0.9.
diff --git a/changelog.d/3481.misc.rst b/changelog.d/3481.misc.rst
deleted file mode 100644
index 61e63c90..00000000
--- a/changelog.d/3481.misc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Add warning for potential ``install_requires`` and ``extras_require``
-misconfiguration in ``setup.cfg``
diff --git a/changelog.d/3487.misc.rst b/changelog.d/3487.misc.rst
deleted file mode 100644
index 9dbbb61c..00000000
--- a/changelog.d/3487.misc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Modified ``pyproject.toml`` validation exception handling to
-make relevant debugging information easier to spot.
diff --git a/setup.cfg b/setup.cfg
index 5f6b9a54..ce714fb1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 63.4.1
+version = 63.4.2
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages