Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed May 31, 2022
1 parent 70c9b36 commit 5f12c59
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
.. towncrier release notes start
22.1.2 (2022-05-31)
===================

Bug Fixes
---------

- 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>`_)
- Fix an incorrect assertion in the logging logic, that prevented the upgrade prompt from being presented. (`#11136 <https://github.com/pypa/pip/issues/11136>`_)


22.1.1 (2022-05-20)
===================

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

This file was deleted.

1 change: 0 additions & 1 deletion news/11136.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.1.1"
__version__ = "22.1.2"


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

0 comments on commit 5f12c59

Please sign in to comment.