Skip to content

Commit

Permalink
Merge pull request #725 from google/google_sync
Browse files Browse the repository at this point in the history
Do a PyPI release.
  • Loading branch information
rchen152 authored Nov 3, 2020
2 parents 7755e3c + 3b2c5f9 commit a1a6c24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2020.11.03
* Drop support for running pytype under Python 3.5.
* Add a dependency on pybind11 for new typegraph metrics.
* merge-pyi support for "import collections.abc as abc" style imports.

Version 2020.10.08
* Add runtime_checkable to typing.pytd.

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.10.08'
__version__ = '2020.11.03'

0 comments on commit a1a6c24

Please sign in to comment.