Skip to content

Commit 881ed2f

Browse files
committed
Release 3.2.0
1 parent ee2bef4 commit 881ed2f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.2.0 (2024-01-04)
2+
3+
- Add support for ``*T`` (TypeVarTuple) and ``**P`` (ParamSpec) in PEP 695
4+
annotations.
5+
16
3.1.0 (2023-07-29)
27

38
- Drop support for EOL python 3.6 / 3.7

pyflakes/__init__.py

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

0 commit comments

Comments
 (0)