Bump for release

上级 70c9b365
......@@ -9,6 +9,16 @@
.. towncrier release notes start
22.1.2 (2022-05-31)
===================
Bug Fixes
---------
- Revert `#10979 <https://github.com/pypa/pip/issues/10979>`_ since it introduced a regression in certain edge cases. (`#10979 <https://github.com/pypa/pip/issues/10979>`_)
- Fix an incorrect assertion in the logging logic, that prevented the upgrade prompt from being presented. (`#11136 <https://github.com/pypa/pip/issues/11136>`_)
22.1.1 (2022-05-20)
===================
......
Revert `#10979 <https://github.com/pypa/pip/issues/10979>`_ since it introduced a regression in certain edge cases.
Fix an incorrect assertion in the logging logic, that prevented the upgrade prompt from being presented.
from typing import List, Optional
__version__ = "22.1.1"
__version__ = "22.1.2"
def main(args: Optional[List[str]] = None) -> int:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册