diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-11 02:17:03 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-11 02:17:03 -0400 |
| commit | 599f6393c1be4d5852f5b9884b9fb282a16ca64a (patch) | |
| tree | 935f2afca355992ca4c8e3297d8139ad4ae2e03e /CHANGES.rst | |
| parent | dc4fcfd23750e28a02123eb50e174f430c2e6234 (diff) | |
| download | external_python_setuptools-599f6393c1be4d5852f5b9884b9fb282a16ca64a.tar.gz external_python_setuptools-599f6393c1be4d5852f5b9884b9fb282a16ca64a.tar.bz2 external_python_setuptools-599f6393c1be4d5852f5b9884b9fb282a16ca64a.zip | |
Bump version: 49.1.1 → 49.1.2v49.1.2
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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 ------- |
