Skip to content

Commit

Permalink
Prepare release 2.2.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Jan 24, 2023
1 parent 52aeb0f commit 60a317f
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.2.0 (January 24, 2023)

- Update bundled typeshed
- Fix crash on stubs that use ``if MYPY``
Expand Down
2 changes: 1 addition & 1 deletion typeshed_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .resolver import ImportedInfo, Resolver


__version__ = "2.1.0"
__version__ = "2.2.0"


__all__ = [
Expand Down

0 comments on commit 60a317f

Please sign in to comment.