Skip to content

Commit 5364f26

Browse files
committed
Bump for release
1 parent 5e7cc16 commit 5364f26

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

NEWS.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
1010
.. towncrier release notes start
1111
12+
23.3.1 (2023-10-21)
13+
===================
14+
15+
Bug Fixes
16+
---------
17+
18+
- Handle a timezone indicator of Z when parsing dates in the self check. (`#12338 <https://github.com/pypa/pip/issues/12338>`_)
19+
- 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>`_)
20+
21+
1222
23.3 (2023-10-15)
1323
=================
1424

news/12338.bugfix.rst

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

news/12361.bugfix.rst

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

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

55

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

0 commit comments

Comments
 (0)