From 599f6393c1be4d5852f5b9884b9fb282a16ca64a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 11 Jul 2020 02:17:03 -0400 Subject: =?UTF-8?q?Bump=20version:=2049.1.1=20=E2=86=92=2049.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/2232.misc.patch | 1 - setup.cfg | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/2232.misc.patch diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 55f806f9..30e83be1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 49.1.1 +current_version = 49.1.2 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index d5a2a703..24837a97 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v49.1.2 +------- + +* #2232: In preparation for re-enabling a local copy of distutils, Setuptools now honors an environment variable, SETUPTOOLS_USE_DISTUTILS. If set to 'stdlib' (current default), distutils will be used from the standard library. If set to 'local' (default in a imminent backward-incompatible release), the local copy of distutils will be used. + + v49.1.1 ------- diff --git a/changelog.d/2232.misc.patch b/changelog.d/2232.misc.patch deleted file mode 100644 index 4a956e1e..00000000 --- a/changelog.d/2232.misc.patch +++ /dev/null @@ -1 +0,0 @@ -In preparation for re-enabling a local copy of distutils, Setuptools now honors an environment variable, SETUPTOOLS_USE_DISTUTILS. If set to 'stdlib' (current default), distutils will be used from the standard library. If set to 'local' (default in a imminent backward-incompatible release), the local copy of distutils will be used. diff --git a/setup.cfg b/setup.cfg index 3151fa49..dc29f7b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 49.1.1 +version = 49.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