Skip to content

Commit 2441e9c

Browse files
committed
Release 3.3.1
1 parent 87051d2 commit 2441e9c

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.1 (2025-03-30)
2+
3+
- Allow assignment expressions to redefine annotations (regressed in 3.3.0)
4+
15
3.3.0 (2025-03-29)
26

37
- Add ``__debuggerskip__`` as a special local

pyflakes/__init__.py

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

0 commit comments

Comments
 (0)