Skip to content

Commit 58b94a0

Browse files
committed
Release 3.1.0
1 parent afe2c4d commit 58b94a0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

NEWS.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
3.1.0 (2023-07-29)
2+
3+
- Drop support for EOL python 3.6 / 3.7
4+
- Remove ``ContinueInFinally`` check (only relevant in python < 3.8)
5+
- Fix forward annotations inside a nested scope
6+
- Produce an error when a definition shadows an unused variable
7+
- Fix accessed global annotation being redefined in a local scope
8+
- Allow redefinition of functions across ``match`` arms
9+
- Fix potential ``None`` for ``lineno`` during tokenization errors
10+
- Add support for PEP 695 and python 3.12
11+
112
3.0.1 (2022-11-24)
213

314
- Fix crash on augmented assign to ``print`` builtin

pyflakes/__init__.py

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

0 commit comments

Comments
 (0)