diff --git a/README.rst b/README.rst index 4012cc31..fd958775 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/typeshed_client/__init__.py b/typeshed_client/__init__.py index 43785163..6ac7f346 100644 --- a/typeshed_client/__init__.py +++ b/typeshed_client/__init__.py @@ -19,7 +19,7 @@ ) from .resolver import ImportedInfo, Resolver -__version__ = "2.5.0" +__version__ = "2.5.1" __all__ = [