aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-07-09 00:13:58 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-07-09 00:13:58 -0400
commit510c3c64bd32e7c3870001e5e7a56ca5e387e797 (patch)
tree6e6ed655619bb1cb72a4b6c06e725358ab293e93 /CHANGES.rst
parent949bd166692af0694631542b02e3a2f26a48b455 (diff)
downloadexternal_python_setuptools-510c3c64bd32e7c3870001e5e7a56ca5e387e797.tar.gz
external_python_setuptools-510c3c64bd32e7c3870001e5e7a56ca5e387e797.tar.bz2
external_python_setuptools-510c3c64bd32e7c3870001e5e7a56ca5e387e797.zip
Bump version: 39.2.0 → 40.0.0v40.0.0
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d52ed48f..2f96af99 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,14 @@
+v40.0.0
+-------
+* #1342: Drop support for Python 3.3.
+* #1366: In package_index, fixed handling of encoded entities in URLs.
+* #1383: In pkg_resources VendorImporter, avoid removing packages imported from the root.
+* #1379: Minor doc fixes after actually using the new release process.
+* #1385: Removed section on non-package data files.
+* #1403: Fix developer's guide.
+* #1404: Fix PEP 518 configuration: set build requirements in ``pyproject.toml`` to ``["wheel"]``.
+
+
v39.2.0
-------