Skip to content

Commit b2fdcd2

Browse files
committed
Prepare a PyPI release.
PiperOrigin-RevId: 461704026
1 parent 1dcac94 commit b2fdcd2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version 2022.07.18:
2+
3+
Bug fixes:
4+
* Look up methods properly on classes with _HAS_DYNAMIC_ATTRIBUTES.
5+
* Handle .pyi-1 files in load_pytd.Module.is_package().
6+
* Adjust opcode line numbers for return statements in python 3.10+.
7+
* Remove optimize.Factorize, which unnecessarily flattens overloaded functions.
8+
* Fix coroutine signatures in overriding_checks.
9+
* Handle generic types correctly in signature compatibility checks.
10+
* Respect NoReturn annotations even when maximum depth is reached.
11+
112
Version 2022.06.30:
213

314
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__ = '2022.06.30'
2+
__version__ = '2022.07.18'

0 commit comments

Comments
 (0)