summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst10
-rw-r--r--changelog.d/3832.change.rst2
-rw-r--r--setup.cfg2
4 files changed, 12 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 60d10361..f92513aa 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 67.3.3
+current_version = 67.4.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 599345cd..6466071e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,13 @@
+v67.4.0
+-------
+
+
+Changes
+^^^^^^^
+* #3832: Update vendored ``importlib-metadata`` (to 6.0.0) and
+ ``importlib-resources`` (to 5.10.2)
+
+
v67.3.3
-------
diff --git a/changelog.d/3832.change.rst b/changelog.d/3832.change.rst
deleted file mode 100644
index 6cda458a..00000000
--- a/changelog.d/3832.change.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Update vendored ``importlib-metadata`` (to 6.0.0) and
-``importlib-resources`` (to 5.10.2)
diff --git a/setup.cfg b/setup.cfg
index ecd30b92..0fbd809d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 67.3.3
+version = 67.4.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages