summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-07-11 02:17:03 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-07-11 02:17:03 -0400
commit599f6393c1be4d5852f5b9884b9fb282a16ca64a (patch)
tree935f2afca355992ca4c8e3297d8139ad4ae2e03e
parentdc4fcfd23750e28a02123eb50e174f430c2e6234 (diff)
downloadpython-setuptools-git-49.1.2.tar.gz
Bump version: 49.1.1 → 49.1.2v49.1.2
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst6
-rw-r--r--changelog.d/2232.misc.patch1
-rw-r--r--setup.cfg2
4 files changed, 8 insertions, 3 deletions
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