summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2021-06-26 10:48:30 +0200
committerStéphane Bidoul <stephane.bidoul@gmail.com>2021-06-26 10:48:30 +0200
commite69a8f3987f44178dec8b9137158b4a6ed778ca3 (patch)
treeff6503a0b8159c2aa54bffb644bee21614abd868 /NEWS.rst
parentc141edc5c90d0e3c2f40635516f151e2d02b5d95 (diff)
downloadpip-e69a8f3987f44178dec8b9137158b4a6ed778ca3.tar.gz
Bump for release21.1.3
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 69655db57..e4f63f0e8 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -9,6 +9,16 @@
.. towncrier release notes start
+21.1.3 (2021-06-26)
+===================
+
+Bug Fixes
+---------
+
+- Remove unused optional ``tornado`` import in vendored ``tenacity`` to prevent old versions of Tornado from breaking pip. (`#10020 <https://github.com/pypa/pip/issues/10020>`_)
+- Require ``setup.cfg``-only projects to be built via PEP 517, by requiring an explicit dependency on setuptools declared in pyproject.toml. (`#10031 <https://github.com/pypa/pip/issues/10031>`_)
+
+
21.1.2 (2021-05-23)
===================