- Update bundled typeshed - Fix crash on stubs that use ``if MYPY`` - Fix incorrect handling of ``import *`` in stubs - Drop support for Python 3.6 (thanks to Alex Waygood)
2.1.0
- Update bundled typeshed - Declare support for Python 3.11 - Add `typeshed_client.resolver.Module.get_dunder_all` to get the contents of `__all__` - Add support for `__all__ +=` syntax - Type check the code using mypy (thanks to Nicolas)