Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Feb 9, 2025
1 parent ebd0a52 commit bc7c88c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
9 changes: 9 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
.. towncrier release notes start
25.0.1 (2025-02-09)
===================

Bug Fixes
---------

- Fix an unsupported type annotation on Python 3.10 and earlier. (`#13181 <https://github.com/pypa/pip/issues/13181>`_)
- Fix a regression where truststore would never be used while installing build dependencies. (`#13186 <https://github.com/pypa/pip/issues/13186>`_)

25.0 (2025-01-26)
=================

Expand Down
2 changes: 0 additions & 2 deletions news/13181.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/13186.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"
__version__ = "25.0.1"


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

0 comments on commit bc7c88c

Please sign in to comment.