diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-09 14:50:22 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-09 14:50:22 -0400 |
| commit | 9d7b246c0f40fabb25741a023849bf14919e408d (patch) | |
| tree | ef326fb541255dfe1d30b17285c0ccc14f40b354 /CHANGES.rst | |
| parent | 00e46c2a4a00da24997f3a0b3128128aa80cb693 (diff) | |
| download | external_python_setuptools-9d7b246c0f40fabb25741a023849bf14919e408d.tar.gz external_python_setuptools-9d7b246c0f40fabb25741a023849bf14919e408d.tar.bz2 external_python_setuptools-9d7b246c0f40fabb25741a023849bf14919e408d.zip | |
Bump version: 49.2.1 → 49.3.0v49.3.0
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 519330eb..da0eada3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v49.3.0 +------- + +* #2259: Setuptools now provides a .pth file (except for editable installs of setuptools) to the target environment to ensure that when enabled, the setuptools-provided distutils is preferred before setuptools has been imported (and even if setuptools is never imported). Honors the SETUPTOOLS_USE_DISTUTILS environment variable. + + v49.2.1 ------- |
