Skip to content

Commit

Permalink
Merge pull request #5304 from pypa/release/10.0.1
Browse files Browse the repository at this point in the history
Release/10.0.1
  • Loading branch information
pfmoore committed Apr 19, 2018
2 parents d8172b9 + d8a8fe3 commit 3a6b399
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 8 deletions.
26 changes: 26 additions & 0 deletions NEWS.rst
Expand Up @@ -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)
===================

Expand Down
1 change: 0 additions & 1 deletion news/5214.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/5219.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/5231.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/5237.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/5251.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/5524.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/distlib.vendor

This file was deleted.

2 changes: 1 addition & 1 deletion src/pip/__init__.py
@@ -1 +1 @@
__version__ = "10.0.0"
__version__ = "10.0.1"

0 comments on commit 3a6b399

Please sign in to comment.