Skip to content

Commit 40e6dc2

Browse files
authored
Release 2.3.0 (#608)
1 parent e3f2659 commit 40e6dc2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NEWS.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.3.0 (2021-03-14)
2+
3+
- Recognize tuple concatenation in ``__all__`` export definitions
4+
- Better support use of annotation-only assignments when using
5+
``from __future__ import annotations``
6+
- Recognize special-case typing for ``Annotated``
7+
- Fix undefined name ``__qualname__`` in class scope
8+
- Recognize special-cased typing for ``TypeVar``
9+
- Errors for undefined exports in ``__all__`` are shown in a deterministic order
10+
- Fix false positives in certain typing constructs (``TypeVar``,
11+
``NamedTuple``, ``TypedDict``, ``cast``)
12+
113
2.2.0 (2020-04-08)
214

315
- Include column information in error messages

pyflakes/__init__.py

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

0 commit comments

Comments
 (0)