Skip to content

Commit

Permalink
Prepare a PyPI release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 606658736
  • Loading branch information
rchen152 committed Feb 13, 2024
1 parent a39c3eb commit ff392ba
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 2024.02.13:

Bug fixes:
* Fix: pytype.single -> pytype.main.
* Catch UnicodeDecodeError when attempting to read excluded files.
* Add protocol overload to definition of builtins.divmod.

Version 2024.02.09:

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__ = '2024.02.09'
__version__ = '2024.02.13'

0 comments on commit ff392ba

Please sign in to comment.