提交 4a79e65c 编写于 作者: P Paul Moore

Bump for release

上级 81a07111
......@@ -9,6 +9,15 @@
.. towncrier release notes start
23.2.1 (2023-07-22)
===================
Bug Fixes
---------
- Disable PEP 658 metadata fetching with the legacy resolver. (`#12156 <https://github.com/pypa/pip/issues/12156>`_)
23.2 (2023-07-15)
=================
......
Disable PEP 658 metadata fetching with the legacy resolver.
from typing import List, Optional
__version__ = "23.3.dev0"
__version__ = "23.2.1"
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.
先完成此消息的编辑!
想要评论请 注册