Skip to content

Commit 5f12c59

Browse files
committed
Bump for release
1 parent 70c9b36 commit 5f12c59

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

NEWS.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
1010
.. towncrier release notes start
1111
12+
22.1.2 (2022-05-31)
13+
===================
14+
15+
Bug Fixes
16+
---------
17+
18+
- Revert `#10979 <https://github.com/pypa/pip/issues/10979>`_ since it introduced a regression in certain edge cases. (`#10979 <https://github.com/pypa/pip/issues/10979>`_)
19+
- Fix an incorrect assertion in the logging logic, that prevented the upgrade prompt from being presented. (`#11136 <https://github.com/pypa/pip/issues/11136>`_)
20+
21+
1222
22.1.1 (2022-05-20)
1323
===================
1424

news/10979.bugfix.rst

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

news/11136.bugfix.rst

Lines changed: 0 additions & 1 deletion
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__ = "22.1.1"
3+
__version__ = "22.1.2"
44

55

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

0 commit comments

Comments
 (0)