Skip to content

Commit 2c64ae4

Browse files
committed
Release 3.0.0
1 parent 66786d4 commit 2c64ae4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.0.0 (2022-11-23)
2+
3+
- Detect undefined name in variable defined by an annotated assignment
4+
- Add a new error for names which are annotated but unused
5+
- Remove handling of python 2.x ``# type:`` comments. Use annotations instead
6+
17
2.5.0 (2022-07-30)
28

39
- Drop support for EOL python 2.7 / 3.4 / 3.5

pyflakes/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.5.0'
1+
__version__ = '3.0.0'

0 commit comments

Comments
 (0)