Skip to content

Commit f02c98d

Browse files
authored
Prepare for release 23.4.0 (#362)
1 parent 095aab5 commit f02c98d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Change Log
22

3-
## Unreleased
3+
## 23.4.0
44

55
* Update error messages for Y019 and Y034 to recommend using
66
`typing_extensions.Self` rather than `_typeshed.Self`.
77

8-
## 23.1.1
8+
## 23.3.1
99

1010
New error codes:
1111
* Y053: Disallow string or bytes literals with length >50 characters.

pyi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def unparse(node: ast.AST) -> str:
3939
# and mypy thinks typing_extensions is part of the stdlib.
4040
from typing_extensions import Literal, TypeAlias, TypeGuard
4141

42-
__version__ = "23.3.1"
42+
__version__ = "23.4.0"
4343

4444
LOG = logging.getLogger("flake8.pyi")
4545
FLAKE8_MAJOR_VERSION = flake8.__version_info__[0]

0 commit comments

Comments
 (0)