Skip to content

Commit

Permalink
Update __version__ and CHANGELOG for a PyPI release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 314201645
  • Loading branch information
rchen152 committed Jun 1, 2020
1 parent 552fbe0 commit b290b27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 2020.06.01
* Update typeshed pin to commit 5fe6a5b from May 18.
* Support callback protocols.
* Get rid of the RemoveInheritedMethods pyi optimisation.
* (In-progress) Add partial Python 3.8 support.

Version 2020.05.13
* Check attrs default values against annotations.
* Add an experimental --check-variable-types mode.
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.05.13'
__version__ = '2020.06.01'

0 comments on commit b290b27

Please sign in to comment.