Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jan 30, 2022
1 parent 844b799 commit c721f03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions NEWS.rst
Expand Up @@ -9,6 +9,15 @@
.. towncrier release notes start
22.0.2 (2022-01-30)
===================

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

- Instead of failing on index pages that use non-compliant HTML 5, print a deprecation warning and fall back to ``html5lib``-based parsing for now. This simplifies the migration for non-compliant index pages, by letting such indexes function with a warning. (`#10847 <https://github.com/pypa/pip/issues/10847>`_)


22.0.1 (2022-01-30)
===================

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

This file was deleted.

2 changes: 1 addition & 1 deletion src/pip/__init__.py
@@ -1,6 +1,6 @@
from typing import List, Optional

__version__ = "22.1.dev0"
__version__ = "22.0.2"


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

0 comments on commit c721f03

Please sign in to comment.