Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jul 7, 2024
1 parent a56129c commit 76e82a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
.. towncrier release notes start
24.1.2 (2024-07-07)
===================

Bug Fixes
---------

- Fix finding hardlink targets in tar files with an ignored top-level directory. (`#12781 <https://github.com/pypa/pip/issues/12781>`_)

24.1.1 (2024-06-26)
===================

Expand Down
1 change: 0 additions & 1 deletion news/12781.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.1.1"
__version__ = "24.1.2"


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

0 comments on commit 76e82a4

Please sign in to comment.