Merge pull request #5304 from pypa/release/10.0.1

Release/10.0.1
This commit is contained in:
Paul Moore 2018-04-19 19:50:10 +01:00 committed by GitHub
commit 3a6b3995c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 27 additions and 8 deletions

View File

@ -8,6 +8,32 @@
.. towncrier release notes start
10.0.1 (2018-04-19)
===================
Features
--------
- Switch the default repository to the new "PyPI 2.0" running at
https://pypi.org/. (#5214)
Bug Fixes
---------
- Fix a bug that made get-pip.py unusable on Windows without renaming. (#5219)
- Fix a TypeError when loading the cache on older versions of Python 2.7.
(#5231)
- Fix and improve error message when EnvironmentError occurs during
installation. (#5237)
- A crash when reinstalling from VCS requirements has been fixed. (#5251)
- Fix PEP 518 support when pip is installed in the user site. (#5524)
Vendored Libraries
------------------
- Upgrade distlib to 0.2.7
10.0.0 (2018-04-14)
===================

View File

@ -1 +0,0 @@
Switch the default repository to the new "PyPI 2.0" running at https://pypi.org/.

View File

@ -1 +0,0 @@
Fix a bug that made get-pip.py unusable on Windows without renaming.

View File

@ -1 +0,0 @@
Fix a TypeError when loading the cache on older versions of Python 2.7.

View File

@ -1 +0,0 @@
Fix and improve error message when EnvironmentError occurs during installation.

View File

@ -1 +0,0 @@
A crash when reinstalling from VCS requirements has been fixed.

View File

@ -1 +0,0 @@
Fix PEP 518 support when pip is installed in the user site.

View File

@ -1 +0,0 @@
Upgrade distlib to 0.2.7

View File

@ -1 +1 @@
__version__ = "10.0.0"
__version__ = "10.0.1"