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 20, 2022
1 parent f20ab57 commit ca2d9f4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
13 changes: 13 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@
.. towncrier release notes start
22.1.1 (2022-05-20)
===================

Bug Fixes
---------

- Properly filter out optional dependencies (i.e. extras) when checking build environment distributions. (`#11112 <https://github.com/pypa/pip/issues/11112>`_)
- Change the build environment dependency checking to be opt-in. (`#11116 <https://github.com/pypa/pip/issues/11116>`_)
- Allow using a pre-release version to satisfy a build requirement. This helps
manually populated build environments to more accurately detect build-time
requirement conflicts. (`#11123 <https://github.com/pypa/pip/issues/11123>`_)


22.1 (2022-05-11)
=================

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions news/11123.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.dev0"
__version__ = "22.1.1"


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

0 comments on commit ca2d9f4

Please sign in to comment.