Skip to content

Commit 05293b6

Browse files
committed
Bump for release
1 parent 6a5db8b commit 05293b6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

NEWS.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@
99
1010
.. towncrier release notes start
1111
12-
24.3 (2024-10-26)
12+
24.3.1 (2024-10-27)
13+
===================
14+
15+
Bug Fixes
16+
---------
17+
18+
- Allow multiple nested inclusions of the same requirements file again. (`#13046 <https://github.com/pypa/pip/issues/13046>`_)
19+
20+
24.3 (2024-10-27)
1321
=================
1422

1523
Deprecations and Removals

news/13046.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__ = "25.0.dev0"
3+
__version__ = "24.3.1"
44

55

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

0 commit comments

Comments
 (0)