diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4b8d9d0b7f..755cb1bde9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 62.3.1 +current_version = 62.3.2 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index d30152966f..32492897cb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v62.3.2 +------- + + +Misc +^^^^ +* #3328: Include a first line summary to some of the existing multi-line warnings. + + v62.3.1 ------- diff --git a/changelog.d/3328.misc.rst b/changelog.d/3328.misc.rst deleted file mode 100644 index 8027c57dc2..0000000000 --- a/changelog.d/3328.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Include a first line summary to some of the existing multi-line warnings. diff --git a/setup.cfg b/setup.cfg index f4a5473f7e..7380717522 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 62.3.1 +version = 62.3.2 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages