Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Mar 6, 2022
1 parent c149468 commit 29ddc93
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 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.0.4 (2022-03-06)
===================

Deprecations and Removals
-------------------------

- 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>`_)

Vendored Libraries
------------------

- Downgrade distlib to 0.3.3.


22.0.3 (2022-02-03)
===================

Expand Down
1 change: 0 additions & 1 deletion news/10903.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/distlib.vendor.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.0.3"
__version__ = "22.0.4"


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

0 comments on commit 29ddc93

Please sign in to comment.