We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5db8b commit 05293b6Copy full SHA for 05293b6
NEWS.rst
@@ -9,7 +9,15 @@
9
10
.. towncrier release notes start
11
12
-24.3 (2024-10-26)
+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)
21
=================
22
23
Deprecations and Removals
news/13046.bugfix.rst
src/pip/__init__.py
@@ -1,6 +1,6 @@
1
from typing import List, Optional
2
3
-__version__ = "25.0.dev0"
+__version__ = "24.3.1"
4
5
6
def main(args: Optional[List[str]] = None) -> int:
0 commit comments