Skip to content

Commit 56fc496

Browse files
authored
Prepare for release 23.10.0 (#421)
1 parent e25f15f commit 56fc496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## 23.10.0
44

55
* Introduce Y090, which warns if you have an annotation such as `tuple[int]` or
66
`Tuple[int]`. These mean "a tuple of length 1, in which the sole element is

pyi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def unparse(node: ast.AST) -> str:
3737
# and mypy thinks typing_extensions is part of the stdlib.
3838
from typing_extensions import Literal, TypeAlias, TypeGuard
3939

40-
__version__ = "23.6.0"
40+
__version__ = "23.10.0"
4141

4242
LOG = logging.getLogger("flake8.pyi")
4343

0 commit comments

Comments
 (0)