8000 Bump for release · Python-Repository-Hub/pip@f7d912a · GitHub
[go: up one dir, main page]

Skip to content

Commit f7d912a

Browse files
committed
Bump for release
1 parent c7f3f19 commit f7d912a

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

NEWS.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
21.2.2 (2021-07-31)
2+
===================
3+
4+
5+
6+
Bug Fixes
7+
---------
8+
9+
- New resolver: When a package is specified with extras in constraints, and with
10+
extras in non-constraint requirements, the resolver now correctly identifies the
11+
constraint's existence and avoids backtracking. (`#10233 <https://github.com/pypa/pip/issues/10233>`_)
12+
13+
114
21.2.1 (2021-07-25)
215
===================
316

news/10233.bugfix.rst

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

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.1"
3+
__version__ = "21.2.2"
44

55

66
def main(args: Optional[List[str]] = None) -> int:

0 commit comments

Comments
 (0)
0