Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jul 27, 2022
1 parent fcb0c84 commit 61bdbe0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
14 changes: 14 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@
.. towncrier release notes start
22.2.1 (2022-07-27)
===================

Bug Fixes
---------

- Send the pip upgrade prompt to stderr. (`#11282 <https://github.com/pypa/pip/issues/11282>`_)
- Ensure that things work correctly in environments where setuptools-injected
``distutils`` is available by default. This is done by cooperating with
setuptools' injection logic to ensure that pip uses the ``distutils`` from the
Python standard library instead. (`#11298 <https://github.com/pypa/pip/issues/11298>`_)
- Clarify that ``pip cache``'s wheels-related output is about locally built wheels only. (`#11300 <https://github.com/pypa/pip/issues/11300>`_)


22.2 (2022-07-21)
=================

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

This file was deleted.

4 changes: 0 additions & 4 deletions news/11298.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/11300.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.3.dev0"
__version__ = "22.2.1"


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

0 comments on commit 61bdbe0

Please sign in to comment.