Skip to content

Commit

Permalink
Merge pull request #8158 from pradyunsg/release/20.1
Browse files Browse the repository at this point in the history
Release 20.1
  • Loading branch information
pradyunsg authored Apr 28, 2020
2 parents 371d6f5 + 4b4b2d4 commit 43426ee
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 6 deletions.
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ sinscary
Sorin Sbarnea
Stavros Korokithakis
Stefan Scherfke
Stefano Rivera
Stephan Erb
stepshal
Steve (Gadget) Barnes
Expand Down
21 changes: 21 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
===================

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

This file was deleted.

Empty file.
Empty file.
1 change: 0 additions & 1 deletion news/8124.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/8139.bugfix

This file was deleted.

Empty file.
Empty file.
1 change: 0 additions & 1 deletion news/python2.process

This file was deleted.

2 changes: 1 addition & 1 deletion src/pip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import List, Optional


__version__ = "20.1.dev1"
__version__ = "20.2.dev0"


def main(args=None):
Expand Down

0 comments on commit 43426ee

Please sign in to comment.