Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Aug 3, 2022
1 parent 534e4d2 commit 10902ac
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
11 changes: 11 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
.. towncrier release notes start
22.2.2 (2022-08-03)
===================

Bug Fixes
---------

- Avoid ``AttributeError`` when removing the setuptools-provided ``_distutils_hack`` and it is missing its implementation. (`#11314 <https://github.com/pypa/pip/issues/11314>`_)
- Fix import error when reinstalling pip in user site. (`#11319 <https://github.com/pypa/pip/issues/11319>`_)
- Show pip deprecation warnings by default. (`#11330 <https://github.com/pypa/pip/issues/11330>`_)


22.2.1 (2022-07-27)
===================

Expand Down
1 change: 0 additions & 1 deletion news/11314.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/11319.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/11330.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/pip/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import List, Optional

__version__ = "22.2.1"
__version__ = "22.2.2"


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

0 comments on commit 10902ac

Please sign in to comment.