diff options
| author | Paul Ganssle <paul@ganssle.io> | 2018-08-17 10:23:27 -0400 |
|---|---|---|
| committer | Paul Ganssle <paul@ganssle.io> | 2018-08-17 10:23:27 -0400 |
| commit | 115fab8b601de84c9841c1172ebe43a8610144cb (patch) | |
| tree | 5c05eaebd36ba05a79f339f0dc4fc644f678475a /CHANGES.rst | |
| parent | 96a81b6d70de9748af8135a6f3a888c0959f3ac2 (diff) | |
| download | external_python_setuptools-115fab8b601de84c9841c1172ebe43a8610144cb.tar.gz external_python_setuptools-115fab8b601de84c9841c1172ebe43a8610144cb.tar.bz2 external_python_setuptools-115fab8b601de84c9841c1172ebe43a8610144cb.zip | |
Prepare 40.1.0 release
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 05de4cfc..cc43156f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,18 @@ +v40.1.0 +------- + +* #1410: Deprecated ``upload`` and ``register`` commands. +* #1312: Introduced find_namespace_packages() to find PEP 420 namespace packages. +* #1420: Added find_namespace: directive to config parser. +* #1418: Solved race in when creating egg cache directories. +* #1450: Upgraded vendored PyParsing from 2.1.10 to 2.2.0. +* #1451: Upgraded vendored appdirs from 1.4.0 to 1.4.3. +* #1388: Fixed "Microsoft Visual C++ Build Tools" link in exception when Visual C++ not found. +* #1389: Added support for scripts which have unicode content. +* #1416: Moved several Python version checks over to using ``six.PY2`` and ``six.PY3``. +* #1441: Removed spurious executable permissions from files that don't need them. + + v40.0.0 ------- |
