summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorPaul Moore <p.f.moore@gmail.com>2021-01-30 12:10:04 +0000
committerPaul Moore <p.f.moore@gmail.com>2021-01-30 12:10:04 +0000
commit22c6efd9cf514cd0c51e1e1d7de50aa2411689c2 (patch)
tree46ee3a7a202b57fd9869638d965e870e715397e8 /NEWS.rst
parenta085068760f6ffd4c3495d9322ac2f2e16fc0197 (diff)
downloadpip-22c6efd9cf514cd0c51e1e1d7de50aa2411689c2.tar.gz
Bump for release21.0.1
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 83608ac9c..8e1e6e70c 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -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)
=================