Skip to content

Commit 78ee531

Browse files
committed
Release 3.3.2
1 parent 9228d60 commit 78ee531

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.3.2 (2025-03-31)
2+
3+
- Fix crash with ``global`` / ``nonlocal`` in class bodies (regressed in 3.3.0)
4+
15
3.3.1 (2025-03-30)
26

37
- Allow assignment expressions to redefine annotations (regressed in 3.3.0)

pyflakes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.3.1'
1+
__version__ = '3.3.2'

0 commit comments

Comments
 (0)