Skip to content

Commit 22c6efd

Browse files
committed
Bump for release
1 parent a085068 commit 22c6efd

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

NEWS.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
21.0.1 (2021-01-30)
2+
===================
3+
4+
Bug Fixes
5+
---------
6+
7+
- commands: debug: Use packaging.version.parse to compare between versions. (`#9461 <https://github.com/pypa/pip/issues/9461>`_)
8+
- New resolver: Download and prepare a distribution only at the last possible
9+
moment to avoid unnecessary network access when the same version is already
10+
installed locally. (`#9516 <https://github.com/pypa/pip/issues/9516>`_)
11+
12+
Vendored Libraries
13+
------------------
14+
15+
- Upgrade packaging to 20.9
16+
17+
118
21.0 (2021-01-23)
219
=================
320

news/9461.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/9516.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

news/packaging.vendor.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/pip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from typing import List, Optional
55

66

7-
__version__ = "21.1.dev0"
7+
__version__ = "21.0.1"
88

99

1010
def main(args=None):

0 commit comments

Comments
 (0)