Skip to content

Commit 8737f90

Browse files
committed
Bump for release
1 parent d7cf6ca commit 8737f90

File tree

7 files changed

+16
-8
lines changed

7 files changed

+16
-8
lines changed

NEWS.rst

Lines changed: 15 additions & 0 deletions
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

news/9841.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

news/9910.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/9944.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/9953.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/e0021c1f-5eeb-4f32-bfe8-87752f034acd.trivial.rst

Whitespace-only changes.

src/pip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import List, Optional
22

3-
__version__ = "21.2.dev0"
3+
__version__ = "21.1.2"
44

55

66
def main(args=None):

0 commit comments

Comments
 (0)