Skip to content

Commit 78d8859

Browse files
authored
Release 2.4.0 (#657)
1 parent 13cad91 commit 78d8859

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.4.0 (2021-10-06)
2+
3+
- Remove unused tracing code (``traceTree``)
4+
- Add support for ``match`` statement
5+
- Detect ``typing`` module attributes when imported with ``import ... as ...``
6+
17
2.3.1 (2021-03-24)
28

39
- Fix regression in 2.3.0: type annotations no longer redefine imports

pyflakes/__init__.py

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

0 commit comments

Comments
 (0)