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 27, 2024
1 parent 6a5db8b commit 05293b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
10 changes: 9 additions & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@
.. towncrier release notes start
24.3 (2024-10-26)
24.3.1 (2024-10-27)
===================

Bug Fixes
---------

- Allow multiple nested inclusions of the same requirements file again. (`#13046 <https://github.com/pypa/pip/issues/13046>`_)

24.3 (2024-10-27)
=================

Deprecations and Removals
Expand Down
1 change: 0 additions & 1 deletion news/13046.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__ = "25.0.dev0"
__version__ = "24.3.1"


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

0 comments on commit 05293b6

Please sign in to comment.