Skip to content

Commit

Permalink
Prepare for relase 23.1.2 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Jan 31, 2023
1 parent 4da5958 commit 78c9d26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Change Log

## Unreleased
## 23.1.2

Other changes:
* Y015: Increase the maximum character length of literal numbers from 7 to 10.
Allowing hexadecimal representation of 32-bit integers.
* Y015: Increase the maximum character length of literal numbers from 7 to 10,
allowing hexadecimal representation of 32-bit integers.
Contributed by [Avasam](https://github.com/Avasam).

## 23.1.1
Expand Down
2 changes: 1 addition & 1 deletion pyi.py
Original file line number Diff line number Diff line change
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__ = "23.1.1"
__version__ = "23.1.2"

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

0 comments on commit 78c9d26

Please sign in to comment.