From db08c60c303d64459dae479af84e3cd1cd02ba1d Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 25 Mar 2020 11:05:51 -0400 Subject: =?UTF-8?q?Bump=20version:=2046.1.1=20=E2=86=92=2046.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.rst | 6 ++++++ changelog.d/1458.misc.rst | 1 - setup.cfg | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/1458.misc.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 03fe7b43..4a54253c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 46.1.1 +current_version = 46.1.2 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 1edbd12a..672355af 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v46.1.2 +------- + +* #1458: Added template for reporting Python 2 incompatibilities. + + v46.1.1 ------- diff --git a/changelog.d/1458.misc.rst b/changelog.d/1458.misc.rst deleted file mode 100644 index 6a8e58a3..00000000 --- a/changelog.d/1458.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Added template for reporting Python 2 incompatibilities. diff --git a/setup.cfg b/setup.cfg index 14426181..8347dede 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 46.1.1 +version = 46.1.2 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org -- cgit v1.2.3