Skip to content

Commit 16cf44b

Browse files
committed
Update typeshed; prepare release 2.5.0
1 parent 112273d commit 16cf44b

File tree

324 files changed

+6018
-6255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

324 files changed

+6018
-6255
lines changed

README.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ call ``resolver.get_fully_qualified_name('collections.Set')`` to retrieve the
8181
Changelog
8282
---------
8383

84-
Unreleased
84+
Version 2.5.0 (February 25, 2024)
8585

86+
- Update bundled typeshed
8687
- Drop support for Python 3.7
8788
- ``typeshed_client.finder.get_search_path()`` is now deprecated, as it is no longer useful
8889

typeshed_client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
)
2020
from .resolver import ImportedInfo, Resolver
2121

22-
__version__ = "2.4.0"
22+
__version__ = "2.5.0"
2323

2424

2525
__all__ = [

0 commit comments

Comments
 (0)