Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Oct 21, 2023
1 parent 5e7cc16 commit 5364f26
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
.. towncrier release notes start
23.3.1 (2023-10-21)
===================

Bug Fixes
---------

- Handle a timezone indicator of Z when parsing dates in the self check. (`#12338 <https://github.com/pypa/pip/issues/12338>`_)
- Fix bug where installing the same package at the same time with multiple pip processes could fail. (`#12361 <https://github.com/pypa/pip/issues/12361>`_)


23.3 (2023-10-15)
=================

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

This file was deleted.

1 change: 0 additions & 1 deletion news/12361.bugfix.rst

This file was deleted.

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__ = "24.0.dev0"
__version__ = "23.3.1"


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

0 comments on commit 5364f26

Please sign in to comment.