Skip to content

Commit 4a79e65

Browse files
committed
Bump for release
1 parent 81a0711 commit 4a79e65

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

NEWS.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
1010
.. towncrier release notes start
1111
12+
23.2.1 (2023-07-22)
13+
===================
14+
15+
Bug Fixes
16+
---------
17+
18+
- Disable PEP 658 metadata fetching with the legacy resolver. (`#12156 <https://github.com/pypa/pip/issues/12156>`_)
19+
20+
1221
23.2 (2023-07-15)
1322
=================
1423

news/12156.bugfix.rst

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

news/14514698-7F32-4890-97C1-7403A685733D.trivial.rst

Whitespace-only changes.

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__ = "23.3.dev0"
3+
__version__ = "23.2.1"
44

55

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

0 commit comments

Comments
 (0)