Skip to content

Commit

Permalink
Prepare a PyPI release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 541053064
  • Loading branch information
rchen152 committed Jun 17, 2023
1 parent 3e73453 commit 2bb68af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 2023.06.16:

Updates:
* Add partial typing.Self support in type stubs.
* Make some minor improvements to pytype's type stub printer.

Bug fixes:
* Flesh out definition of collections.UserDict.
* Fix timeout in file that constructs a complicated dict of tuples.
* Narrow the type of the matched variable in case branches with class matches.

Version 2023.06.02:

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__ = '2023.06.02'
__version__ = '2023.06.16'

0 comments on commit 2bb68af

Please sign in to comment.