Prepare 40.1.0 release

This commit is contained in:
Paul Ganssle 2018-08-17 10:23:27 -04:00
parent 96a81b6d70
commit 115fab8b60
No known key found for this signature in database
GPG Key ID: CD54FCE3D964BEFB
11 changed files with 15 additions and 10 deletions

View File

@ -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
-------

View File

@ -1 +0,0 @@
Introduce find_namespace_packages() to find PEP 420 namespace packages.

View File

@ -1 +0,0 @@
Fixed "Microsoft Visual C++ Build Tools" link in exception when Visual C++ not found.

View File

@ -1 +0,0 @@
Scripts which have unicode content are now supported

View File

@ -1 +0,0 @@
Deprecate ``upload`` and ``register`` commands.

View File

@ -1 +0,0 @@
Moved several Python version checks over to using ``six.PY2`` and ``six.PY3``.

View File

@ -1 +0,0 @@
Solved race in when creating egg cache directories.

View File

@ -1 +0,0 @@
Add find_namespace: directive to config parser

View File

@ -1 +0,0 @@
Remove spurious executable permissions from files that don't need them.

View File

@ -1 +0,0 @@
Upgrade vendored PyParsing from 2.1.10 to 2.2.0.

View File

@ -1 +0,0 @@
Upgrade vendored appdirs from 1.4.0 to 1.4.3.