Skip to content

Commit

Permalink
Prepare release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jul 12, 2024
1 parent 6cae8b6 commit 0a3470a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion typeshed_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)
from .resolver import ImportedInfo, Resolver

__version__ = "2.5.1"
__version__ = "2.6.0"


__all__ = [
Expand Down

0 comments on commit 0a3470a

Please sign in to comment.