Skip to content

Commit 5693d0a

Browse files
authored
Prepare for release 22.11.0 (#306)
* Update CHANGELOG.md * Update pyi.py
1 parent d144b35 commit 5693d0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## 22.11.0
44

55
Bugfixes:
66
* Specify encoding when opening files. Prevents `UnicodeDecodeError` on Windows

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__ = "22.10.0"
42+
__version__ = "22.11.0"
4343

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

0 commit comments

Comments
 (0)