Skip to content

Commit 76e82a4

Browse files
committed
Bump for release
1 parent a56129c commit 76e82a4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

NEWS.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
1010
.. towncrier release notes start
1111
12+
24.1.2 (2024-07-07)
13+
===================
14+
15+
Bug Fixes
16+
---------
17+
18+
- Fix finding hardlink targets in tar files with an ignored top-level directory. (`#12781 <https://github.com/pypa/pip/issues/12781>`_)
19+
1220
24.1.1 (2024-06-26)
1321
===================
1422

news/12781.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.1.1"
3+
__version__ = "24.1.2"
44

55

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

0 commit comments

Comments
 (0)