Skip to content

Commit 43fae0f

Browse files
committed
Prepare a PyPI release.
PiperOrigin-RevId: 444648708
1 parent f799055 commit 43fae0f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 2022.04.26:
2+
3+
Updates:
4+
* Enable --enable-typed-dicts by default.
5+
6+
Bug fixes:
7+
* Preserve the full name of imported TypedDicts.
8+
* Stop dropping TypedDict annotations from local assignments.
9+
* Don't mark fields of anonymous namedtuple parents as ClassVars.
10+
* Instantiate imported TypedDicts to typed_dict.TypedDict, not Instance.
11+
* Fix more typeshed circular dependency issues.
12+
113
Version 2022.04.22:
214

315
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.04.22'
2+
__version__ = '2022.04.26'

0 commit comments

Comments
 (0)