Skip to content

Commit

Permalink
Do a PyPI release.
Browse files Browse the repository at this point in the history
The Build Failures table shows that there is only one new finding at head (and
the finding points to a real type error in the code!), so we should be good for
a PyPI release.

PiperOrigin-RevId: 343861263
  • Loading branch information
rchen152 committed Nov 23, 2020
1 parent b171d87 commit 9738514
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2020.11.23
* Treat modules as hashable.
* Support typing_extensions.Literal in source files.
* Take classmethods and staticmethods into account in protocols.

Version 2020.11.12
* Support `# type: ignore[errorcode, ...]` in pyi files.
* Always allow classes to match typing.Hashable.
Expand Down
2 changes: 1 addition & 1 deletion pytype/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pylint: skip-file
__version__ = '2020.11.12'
__version__ = '2020.11.23'

0 comments on commit 9738514

Please sign in to comment.