Skip to content

Commit

Permalink
Release 2.5.0 (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jul 30, 2022
1 parent a153aee commit 2a6e36b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS.rst
@@ -1,3 +1,14 @@
2.5.0 (2022-07-30)

- Drop support for EOL python 2.7 / 3.4 / 3.5
- Ignore ``__all__`` when not directly assigned
- Handle ``TypeAlias`` annotations as aliases (PEP 613)
- Assignment expressions (``:=``) target outer scope in comprehensions
- Add support for new python 3.11 syntax
- Unify output so it is always ``filename:lineno:col: message``
- Properly report ``SyntaxError`` from stdin in python < 3.9
- Fix offsets of ``SyntaxError``s in pypy
2.4.0 (2021-10-06)
- Remove unused tracing code (``traceTree``)
Expand Down
2 changes: 1 addition & 1 deletion pyflakes/__init__.py
@@ -1 +1 @@
__version__ = '2.4.0'
__version__ = '2.5.0'

0 comments on commit 2a6e36b

Please sign in to comment.