Commit 115fab8b authored by Paul Ganssle's avatar Paul Ganssle

Prepare 40.1.0 release

parent 96a81b6d
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
-------
......
Introduce find_namespace_packages() to find PEP 420 namespace packages.
Fixed "Microsoft Visual C++ Build Tools" link in exception when Visual C++ not found.
Scripts which have unicode content are now supported
Deprecate ``upload`` and ``register`` commands.
Moved several Python version checks over to using ``six.PY2`` and ``six.PY3``.
Solved race in when creating egg cache directories.
Add find_namespace: directive to config parser
Remove spurious executable permissions from files that don't need them.
Upgrade vendored PyParsing from 2.1.10 to 2.2.0.
Upgrade vendored appdirs from 1.4.0 to 1.4.3.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment