Skip to content

Commit

Permalink
Prepare for release 22.11.0 (#306)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update pyi.py
  • Loading branch information
AlexWaygood committed Nov 24, 2022
1 parent d144b35 commit 5693d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Change Log

## Unreleased
## 22.11.0

Bugfixes:
* Specify encoding when opening files. Prevents `UnicodeDecodeError` on Windows
Expand Down
2 changes: 1 addition & 1 deletion pyi.py
Expand Up @@ -39,7 +39,7 @@ def unparse(node: ast.AST) -> str:
# and mypy thinks typing_extensions is part of the stdlib.
from typing_extensions import Literal, TypeAlias, TypeGuard

__version__ = "22.10.0"
__version__ = "22.11.0"

LOG = logging.getLogger("flake8.pyi")
FLAKE8_MAJOR_VERSION = flake8.__version_info__[0]
Expand Down

0 comments on commit 5693d0a

Please sign in to comment.