From 8d74cbcaba1014a6c014f1540b503fa114ff4712 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Sun, 25 Feb 2024 16:19:11 -0800 Subject: [PATCH] 2.5.1 (#96) --- README.rst | 4 ++++ typeshed_client/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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__ = [