Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed May 19, 2020
1 parent bfe6336 commit 8356bc5
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
18 changes: 18 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@
.. towncrier release notes start
20.1.1 (2020-05-19)
===================

Deprecations and Removals
-------------------------

- Revert building of local directories in place, restoring the pre-20.1
behaviour of copying to a temporary directory. (`#7555 <https://github.com/pypa/pip/issues/7555>`_)
- Drop parallelization from ``pip list --outdated``. (`#8167 <https://github.com/pypa/pip/issues/8167>`_)

Bug Fixes
---------

- Fix metadata permission issues when umask has the executable bit set. (`#8164 <https://github.com/pypa/pip/issues/8164>`_)
- Avoid unnecessary message about the wheel package not being installed
when a wheel would not have been built. Additionally, clarify the message. (`#8178 <https://github.com/pypa/pip/issues/8178>`_)


20.1 (2020-04-28)
=================

Expand Down
2 changes: 0 additions & 2 deletions news/7555.removal

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/8167.removal

This file was deleted.

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

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"
__version__ = "20.1.1"


def main(args=None):
Expand Down

0 comments on commit 8356bc5

Please sign in to comment.