Merge pull request #8158 from pradyunsg/release/20.1

Release 20.1
This commit is contained in:
Pradyun Gedam 2020-04-28 22:20:12 +05:30 committed by GitHub
commit 43426eea34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 23 additions and 6 deletions

View File

@ -489,6 +489,7 @@ sinscary
Sorin Sbarnea
Stavros Korokithakis
Stefan Scherfke
Stefano Rivera
Stephan Erb
stepshal
Steve (Gadget) Barnes

View File

@ -7,6 +7,27 @@
.. towncrier release notes start
20.1 (2020-04-28)
=================
Process
-------
- Document that pip 21.0 will drop support for Python 2.7.
Features
--------
- Add ``pip cache dir`` to show the cache directory. (`#7350 <https://github.com/pypa/pip/issues/7350>`_)
Bug Fixes
---------
- Abort pip cache commands early when cache is disabled. (`#8124 <https://github.com/pypa/pip/issues/8124>`_)
- Correctly set permissions on metadata files during wheel installation,
to permit non-privileged users to read from system site-packages. (`#8139 <https://github.com/pypa/pip/issues/8139>`_)
20.1b1 (2020-04-21)
===================

View File

@ -1 +0,0 @@
Add ``pip cache dir`` to show the cache directory.

View File

@ -1 +0,0 @@
Abort pip cache commands early when cache is disabled.

View File

@ -1,2 +0,0 @@
Correctly set permissions on metadata files during wheel installation,
to permit non-privileged users to read from system site-packages.

View File

@ -1 +0,0 @@
Document that pip 21.0 will drop support for Python 2.7.

View File

@ -4,7 +4,7 @@ if MYPY_CHECK_RUNNING:
from typing import List, Optional
__version__ = "20.1.dev1"
__version__ = "20.2.dev0"
def main(args=None):