Skip to content

Commit

Permalink
Merge pull request #878 from google/google_sync
Browse files Browse the repository at this point in the history
Prepare a 2021-04-01 PyPI release (not a joke, really!).
  • Loading branch information
rchen152 authored Apr 1, 2021
2 parents a594385 + cd24214 commit 22150dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 2021.04.01

New features and updates:
* Add basic Python 3.9 support.

Bug fixes:
* Fully support method aliasing in stub files.
* Improve pytype's handling of sets.

Version 2021.03.22

New features and updates:
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__ = '2021.03.22'
__version__ = '2021.04.01'

0 comments on commit 22150dd

Please sign in to comment.