diff options
-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 |