We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39c3eb commit ff392baCopy full SHA for ff392ba
2 files changed
CHANGELOG
@@ -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
8
Version 2024.02.09:
9
10
Updates:
pytype/__version__.py
@@ -1,2 +1,2 @@
# pylint: skip-file
-__version__ = '2024.02.09'
+__version__ = '2024.02.13'
0 commit comments