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 | |
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
-rw-r--r-- | .bumpversion.cfg | 2 | ||||
-rw-r--r-- | CHANGES.rst | 6 | ||||
-rw-r--r-- | changelog.d/2259.change.rst | 1 | ||||
-rw-r--r-- | setup.cfg | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b534af1b..99e5def8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 49.2.1 +current_version = 49.3.0 commit = True tag = True 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 ------- diff --git a/changelog.d/2259.change.rst b/changelog.d/2259.change.rst deleted file mode 100644 index 43701ec2..00000000 --- a/changelog.d/2259.change.rst +++ /dev/null @@ -1 +0,0 @@ -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. @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 49.2.1 +version = 49.3.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |