Skip to content

Commit

Permalink
Prepare for a PyPI release.
Browse files Browse the repository at this point in the history
The Build Failures table looks good, so we might as well do a set of releases.

PiperOrigin-RevId: 328983682
  • Loading branch information
rchen152 committed Aug 28, 2020
1 parent 8c85603 commit c8bbde9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 2020.08.28
* Let multiple PyTDFunction signatures match when *args/**kwargs is present.

Version 2020.08.17
* Allow `# type: ignore` in more places in pyi files.
* Support TypedDict function-based syntax in pyi files.
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.08.17'
__version__ = '2020.08.28'

0 comments on commit c8bbde9

Please sign in to comment.