Skip to content

Commit

Permalink
Merge pull request #730 from google/google_sync
Browse files Browse the repository at this point in the history
Do a PyPI release.
  • Loading branch information
rchen152 committed Nov 13, 2020
2 parents afc1fde + 8a896b5 commit 793623e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
Version 2020.11.12
* Support `# type: ignore[errorcode, ...]` in pyi files.
* Always allow classes to match typing.Hashable.
* Fix a bug in pytype's handling of Literal[<str>].

Version 2020.11.03
* Drop support for running pytype under Python 3.5.
* Add a dependency on pybind11 for new typegraph metrics.
Expand Down
2 changes: 1 addition & 1 deletion pytype/__version__.py
@@ -1,2 +1,2 @@
# pylint: skip-file
__version__ = '2020.11.03'
__version__ = '2020.11.12'

0 comments on commit 793623e

Please sign in to comment.