Skip to content

Commit 0a3470a

Browse files
committed
Prepare release 2.6.0
1 parent 6cae8b6 commit 0a3470a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ call ``resolver.get_fully_qualified_name('collections.Set')`` to retrieve the
8181
Changelog
8282
---------
8383

84-
Unreleased
84+
Version 2.6.0 (July 12, 2024)
8585

8686
- Update bundled typeshed
8787
- Support ``try`` blocks in stubs

typeshed_client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
)
2020
from .resolver import ImportedInfo, Resolver
2121

22-
__version__ = "2.5.1"
22+
__version__ = "2.6.0"
2323

2424

2525
__all__ = [

0 commit comments

Comments
 (0)