Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Nov 23, 2022
1 parent 66786d4 commit 2c64ae4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.rst
@@ -1,3 +1,9 @@
3.0.0 (2022-11-23)

- Detect undefined name in variable defined by an annotated assignment
- Add a new error for names which are annotated but unused
- Remove handling of python 2.x ``# type:`` comments. Use annotations instead

2.5.0 (2022-07-30)

- Drop support for EOL python 2.7 / 3.4 / 3.5
Expand Down
2 changes: 1 addition & 1 deletion pyflakes/__init__.py
@@ -1 +1 @@
__version__ = '2.5.0'
__version__ = '3.0.0'

0 comments on commit 2c64ae4

Please sign in to comment.