aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d/2165.breaking.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-07-03 15:35:32 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-07-03 15:35:32 -0400
commite7e5817e442b01cb199bfc75c7098fb198fdc3ba (patch)
tree3418d4786c7998e82625cc79efc81fe388b45ad1 /changelog.d/2165.breaking.rst
parent990237c64404876791dc5985e7cfd260852dac0e (diff)
downloadexternal_python_setuptools-e7e5817e442b01cb199bfc75c7098fb198fdc3ba.tar.gz
external_python_setuptools-e7e5817e442b01cb199bfc75c7098fb198fdc3ba.tar.bz2
external_python_setuptools-e7e5817e442b01cb199bfc75c7098fb198fdc3ba.zip
Bump version: 48.0.0 → 49.0.0v49.0.0
Diffstat (limited to 'changelog.d/2165.breaking.rst')
-rw-r--r--changelog.d/2165.breaking.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/2165.breaking.rst b/changelog.d/2165.breaking.rst
deleted file mode 100644
index a9b598b9..00000000
--- a/changelog.d/2165.breaking.rst
+++ /dev/null
@@ -1 +0,0 @@
-Setuptools no longer installs a site.py file during easy_install or develop installs. As a result, .eggs on PYTHONPATH will no longer take precedence over other packages on sys.path. If this issue affects your production environment, please reach out to the maintainers at #2165.