Commit 599f6393 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 49.1.1 → 49.1.2

parent dc4fcfd2
[bumpversion]
current_version = 49.1.1
current_version = 49.1.2
commit = True
tag = True
......
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
-------
......
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.
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment