Skip to content

Commit ff392ba

Browse files
committed
Prepare a PyPI release.
PiperOrigin-RevId: 606658736
1 parent a39c3eb commit ff392ba

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 2024.02.13:
2+
3+
Bug fixes:
4+
* Fix: pytype.single -> pytype.main.
5+
* Catch UnicodeDecodeError when attempting to read excluded files.
6+
* Add protocol overload to definition of builtins.divmod.
7+
18
Version 2024.02.09:
29

310
Updates:

pytype/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# pylint: skip-file
2-
__version__ = '2024.02.09'
2+
__version__ = '2024.02.13'

0 commit comments

Comments
 (0)