Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Apr 28, 2020
1 parent 7090f80 commit 5ce941c
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 6 deletions.
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.1"


def main(args=None):
Expand Down

0 comments on commit 5ce941c

Please sign in to comment.