Skip to content

Commit bc877e6

Browse files
committed
Bump for release
1 parent 075a3dd commit bc877e6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

NEWS.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
1010
.. towncrier release notes start
1111
12+
24.1 (2024-06-20)
13+
=================
14+
15+
Vendored Libraries
16+
------------------
17+
18+
- Upgrade truststore to 0.9.1.
19+
20+
1221
24.1b2 (2024-06-12)
1322
===================
1423

news/truststore.vendor.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.dev2"
3+
__version__ = "24.1"
44

55

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

0 commit comments

Comments
 (0)