Skip to content

Commit

Permalink
Merge pull request #636 from google/google_sync
Browse files Browse the repository at this point in the history
Do a PyPI release.
  • Loading branch information
rchen152 committed Jul 31, 2020
2 parents 75e64fb + 15a88d2 commit e2d73f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
Version 2020.07.30
* Allow typing.AnyStr to be used to parameterize custom generic classes.
* FIX: We were occasionally reusing an exhausted generator in Union constructor.
* Support imported type macros in pyi files.
* When raising not-supported-yet for Alias = Union[T, ...] set the type to Any.

Version 2020.07.24
* pyi parser: allow aliases inside a class to values outside the class.
* Copy annotations instead of modifying them when adding a scope.
Expand Down
2 changes: 1 addition & 1 deletion pytype/__version__.py
@@ -1,2 +1,2 @@
# pylint: skip-file
__version__ = '2020.07.24'
__version__ = '2020.07.30'

0 comments on commit e2d73f1

Please sign in to comment.