Skip to content

Commit 5319193

Browse files
committed
Bump for release
1 parent 65539e6 commit 5319193

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.1 (2022-05-09)
13+
=================
14+
15+
Bug Fixes
16+
---------
17+
18+
- Revert `#9243 <https://github.com/pypa/pip/issues/9243>`_ since it introduced a regression in certain edge cases. (`#10962 <https://github.com/pypa/pip/issues/10962>`_)
19+
- Fix missing ``REQUESTED`` metadata when using URL constraints. (`#11079 <https://github.com/pypa/pip/issues/11079>`_)
20+
- ``pip config`` now normalizes names by converting underscores into dashes. (`#9330 <https://github.com/pypa/pip/issues/9330>`_)
21+
22+
1223
22.1b1 (2022-04-30)
1324
===================
1425

news/10962.bugfix.rst

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

news/11079.bugfix.rst

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

news/9330.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.1.dev1"
3+
__version__ = "22.1"
44

55

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

0 commit comments

Comments
 (0)