Skip to content

Commit

Permalink
Update typeshed; prepare release 2.5.0 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Feb 25, 2024
1 parent 112273d commit 6fcb714
Show file tree
Hide file tree
Showing 324 changed files with 6,018 additions and 6,255 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ call ``resolver.get_fully_qualified_name('collections.Set')`` to retrieve the
Changelog
---------

Unreleased
Version 2.5.0 (February 25, 2024)

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

Expand Down
2 changes: 1 addition & 1 deletion typeshed_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)
from .resolver import ImportedInfo, Resolver

__version__ = "2.4.0"
__version__ = "2.5.0"


__all__ = [
Expand Down
Loading

0 comments on commit 6fcb714

Please sign in to comment.