Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore committed Jul 22, 2023
1 parent 81a0711 commit 4a79e65
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
=================

Expand Down
1 change: 0 additions & 1 deletion news/12156.bugfix.rst

This file was deleted.

Empty file.
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__ = "23.3.dev0"
__version__ = "23.2.1"


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

0 comments on commit 4a79e65

Please sign in to comment.