Skip to content

Commit 10902ac

Browse files
committed
Bump for release
1 parent 534e4d2 commit 10902ac

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

NEWS.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99
1010
.. towncrier release notes start
1111
12+
22.2.2 (2022-08-03)
13+
===================
14+
15+
Bug Fixes
16+
---------
17+
18+
- Avoid ``AttributeError`` when removing the setuptools-provided ``_distutils_hack`` and it is missing its implementation. (`#11314 <https://github.com/pypa/pip/issues/11314>`_)
19+
- Fix import error when reinstalling pip in user site. (`#11319 <https://github.com/pypa/pip/issues/11319>`_)
20+
- Show pip deprecation warnings by default. (`#11330 <https://github.com/pypa/pip/issues/11330>`_)
21+
22+
1223
22.2.1 (2022-07-27)
1324
===================
1425

news/11314.bugfix.rst

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

news/11319.bugfix.rst

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

news/11330.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.2.1"
3+
__version__ = "22.2.2"
44

55

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

0 commit comments

Comments
 (0)