diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 60d1036194..f92513aa4c 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 599345cdc9..6466071e9a 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 6cda458ab0..0000000000 --- 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 ecd30b92a0..0fbd809db0 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