From 0a3470a7e54f45eda2eea416ed7446dbd88655f7 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Fri, 12 Jul 2024 16:29:38 -0700 Subject: [PATCH] Prepare release 2.6.0 --- README.rst | 2 +- typeshed_client/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 00e8f594..655275c4 100644 --- a/README.rst +++ b/README.rst @@ -81,7 +81,7 @@ call ``resolver.get_fully_qualified_name('collections.Set')`` to retrieve the Changelog --------- -Unreleased +Version 2.6.0 (July 12, 2024) - Update bundled typeshed - Support ``try`` blocks in stubs diff --git a/typeshed_client/__init__.py b/typeshed_client/__init__.py index 6ac7f346..90c37b57 100644 --- a/typeshed_client/__init__.py +++ b/typeshed_client/__init__.py @@ -19,7 +19,7 @@ ) from .resolver import ImportedInfo, Resolver -__version__ = "2.5.1" +__version__ = "2.6.0" __all__ = [