Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore committed Jan 30, 2021
1 parent a085068 commit 22c6efd
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
17 changes: 17 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
21.0.1 (2021-01-30)
===================

Bug Fixes
---------

- commands: debug: Use packaging.version.parse to compare between versions. (`#9461 <https://github.com/pypa/pip/issues/9461>`_)
- New resolver: Download and prepare a distribution only at the last possible
moment to avoid unnecessary network access when the same version is already
installed locally. (`#9516 <https://github.com/pypa/pip/issues/9516>`_)

Vendored Libraries
------------------

- Upgrade packaging to 20.9


21.0 (2021-01-23)
=================

Expand Down
1 change: 0 additions & 1 deletion news/9461.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/9516.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/packaging.vendor.rst

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__ = "21.1.dev0"
__version__ = "21.0.1"


def main(args=None):
Expand Down

0 comments on commit 22c6efd

Please sign in to comment.