Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cae8b6 commit 7c0f165Copy full SHA for 7c0f165
2 files changed
README.rst
@@ -81,7 +81,7 @@ call ``resolver.get_fully_qualified_name('collections.Set')`` to retrieve the
81
Changelog
82
---------
83
84
-Unreleased
+Version 2.6.0 (July 12, 2024)
85
86
- Update bundled typeshed
87
- Support ``try`` blocks in stubs
typeshed_client/__init__.py
@@ -19,7 +19,7 @@
19
)
20
from .resolver import ImportedInfo, Resolver
21
22
-__version__ = "2.5.1"
+__version__ = "2.6.0"
23
24
25
__all__ = [
0 commit comments