Skip to content

Commit

Permalink
2.5.1 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Feb 26, 2024
1 parent 64576ae commit 8d74cbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ call ``resolver.get_fully_qualified_name('collections.Set')`` to retrieve the
Changelog
---------

Version 2.5.1 (February 25, 2024)

- Fix packaging metadata that still incorrectly declared support for Python 3.7

Version 2.5.0 (February 25, 2024)

- Update bundled typeshed
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.5.0"
__version__ = "2.5.1"


__all__ = [
Expand Down

0 comments on commit 8d74cbc

Please sign in to comment.