Skip to content

Commit

Permalink
Prepare for a PyPI release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 310421416
  • Loading branch information
rchen152 committed May 7, 2020
1 parent 9e9c93a commit d8c2e38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 2020.05.07
* Drop support for analyzing Python 3.4.
* Add special builtins support for filter(None, xs).
* Open-source a developer doc on minor version upgrades.
* Improve support for @typing.overload.
* Improve annotated decorators' handling of classes.

Version 2020.04.22
* Drop support for running pytype under Python 2.
* Report [not-supported-yet] when aliasing Union[T, ...].
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.04.22'
__version__ = '2020.05.07'

0 comments on commit d8c2e38

Please sign in to comment.