summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2021-05-23 11:20:08 +0200
committerStéphane Bidoul <stephane.bidoul@gmail.com>2021-05-23 11:20:08 +0200
commit8737f903eaa9475e1b7693e436d9bdf17e46e43a (patch)
tree9881367cc8d41e79fb796c577b15c701eab37187 /NEWS.rst
parentd7cf6cacdee550983686692d0d463ad493cb993d (diff)
downloadpip-8737f903eaa9475e1b7693e436d9bdf17e46e43a.tar.gz
Bump for release21.1.2
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 6ea55c8e1..69655db57 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -9,6 +9,21 @@
.. towncrier release notes start
+21.1.2 (2021-05-23)
+===================
+
+Bug Fixes
+---------
+
+- New resolver: Correctly exclude an already installed package if its version is
+ known to be incompatible to stop the dependency resolution process with a clear
+ error message. (`#9841 <https://github.com/pypa/pip/issues/9841>`_)
+- Allow ZIP to archive files with timestamps earlier than 1980. (`#9910 <https://github.com/pypa/pip/issues/9910>`_)
+- Emit clearer error message when a project root does not contain either
+ ``pyproject.toml``, ``setup.py`` or ``setup.cfg``. (`#9944 <https://github.com/pypa/pip/issues/9944>`_)
+- Fix detection of existing standalone pip instance for PEP 517 builds. (`#9953 <https://github.com/pypa/pip/issues/9953>`_)
+
+
21.1.1 (2021-04-30)
===================