From 37d81f4ce8f08c4baf44b6ff0f3f1bd3f6b2a127 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 12 Jul 2020 12:09:11 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2049.1.3=20=E2=86=92=2049.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.rst | 6 ++++++ changelog.d/2230.change.rst | 1 - setup.cfg | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/2230.change.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5e4d74b050..9b3e408589 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 49.1.3 +current_version = 49.2.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index b23bc3948f..82e6ef66d3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v49.2.0 +------- + +* #2230: Now warn the user when setuptools is imported after distutils modules have been loaded (exempting PyPy for 3.6), directing the users of packages to import setuptools first. + + v49.1.3 ------- diff --git a/changelog.d/2230.change.rst b/changelog.d/2230.change.rst deleted file mode 100644 index 1719f497c0..0000000000 --- a/changelog.d/2230.change.rst +++ /dev/null @@ -1 +0,0 @@ -Now warn the user when setuptools is imported after distutils modules have been loaded (exempting PyPy for 3.6), directing the users of packages to import setuptools first. diff --git a/setup.cfg b/setup.cfg index bad15f93e6..fa0e565646 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 49.1.3 +version = 49.2.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org