Skip to content

Commit 29ddc93

Browse files
committed
Bump for release
1 parent c149468 commit 29ddc93

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

NEWS.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
1010
.. towncrier release notes start
1111
12+
22.0.4 (2022-03-06)
13+
===================
14+
15+
Deprecations and Removals
16+
-------------------------
17+
18+
- Drop the doctype check, that presented a warning for index pages that use non-compliant HTML 5. (`#10903 <https://github.com/pypa/pip/issues/10903>`_)
19+
20+
Vendored Libraries
21+
------------------
22+
23+
- Downgrade distlib to 0.3.3.
24+
25+
1226
22.0.3 (2022-02-03)
1327
===================
1428

news/10903.removal.rst

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

news/distlib.vendor.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.0.3"
3+
__version__ = "22.0.4"
44

55

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

0 commit comments

Comments
 (0)