File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ AraHaan
61
61
Arindam Choudhury
62
62
Armin Ronacher
63
63
Artem
64
+ Arun Babu Neelicattu
64
65
Ashley Manton
65
66
Ashwin Ramaswami
66
67
atse
@@ -182,6 +183,7 @@ Desetude
182
183
Devesh Kumar Singh
183
184
Diego Caraballo
184
185
DiegoCaraballo
186
+ Dimitri Merejkowsky
185
187
Dmitry Gladkov
186
188
Domen Kožar
187
189
Dominic Davis-Foster
@@ -408,6 +410,7 @@ Nathaniel J. Smith
408
410
Nehal J Wani
409
411
Neil Botelho
410
412
Nguyễn Gia Phong
413
+ Nicholas Serra
411
414
Nick Coghlan
412
415
Nick Stenning
413
416
Nick Timkovich
Original file line number Diff line number Diff line change 9
9
10
10
.. towncrier release notes start
11
11
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
+
12
27
21.1.1 (2021-04-30)
13
28
===================
14
29
Original file line number Diff line number Diff line change 1
1
{% set underline = "=" %}
2
- {{ top_line }}
3
- {{ underline * top_line|length }}
2
+
3
+ {{ underline * (( top_line) |length) }}
4
4
{% for section in sections %}
5
5
{% set underline = "-" %}
6
6
{% if section %}
You can’t perform that action at this time.
0 commit comments