Skip to content

Commit 220b30b

Browse files
authored
Merge pull request #10012 from sbidoul/release/21.1.2
Release 21.1.2
2 parents cb30133 + 4188fc5 commit 220b30b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

AUTHORS.txt

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ AraHaan
6161
Arindam Choudhury
6262
Armin Ronacher
6363
Artem
64+
Arun Babu Neelicattu
6465
Ashley Manton
6566
Ashwin Ramaswami
6667
atse
@@ -182,6 +183,7 @@ Desetude
182183
Devesh Kumar Singh
183184
Diego Caraballo
184185
DiegoCaraballo
186+
Dimitri Merejkowsky
185187
Dmitry Gladkov
186188
Domen Kožar
187189
Dominic Davis-Foster
@@ -408,6 +410,7 @@ Nathaniel J. Smith
408410
Nehal J Wani
409411
Neil Botelho
410412
Nguyễn Gia Phong
413+
Nicholas Serra
411414
Nick Coghlan
412415
Nick Stenning
413416
Nick Timkovich

NEWS.rst

+15
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@
99
1010
.. towncrier release notes start
1111
12+
21.1.2 (2021-05-23)
13+
===================
14+
15+
Bug Fixes
16+
---------
17+
18+
- New resolver: Correctly exclude an already installed package if its version is
19+
known to be incompatible to stop the dependency resolution process with a clear
20+
error message. (`#9841 <https://github.com/pypa/pip/issues/9841>`_)
21+
- Allow ZIP to archive files with timestamps earlier than 1980. (`#9910 <https://github.com/pypa/pip/issues/9910>`_)
22+
- Emit clearer error message when a project root does not contain either
23+
``pyproject.toml``, ``setup.py`` or ``setup.cfg``. (`#9944 <https://github.com/pypa/pip/issues/9944>`_)
24+
- Fix detection of existing standalone pip instance for PEP 517 builds. (`#9953 <https://github.com/pypa/pip/issues/9953>`_)
25+
26+
1227
21.1.1 (2021-04-30)
1328
===================
1429

tools/news/template.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set underline = "=" %}
2-
{{ top_line }}
3-
{{ underline * top_line|length }}
2+
3+
{{ underline * ((top_line)|length) }}
44
{% for section in sections %}
55
{% set underline = "-" %}
66
{% if section %}

0 commit comments

Comments
 (0)