Skip to content

Commit cefd59c

Browse files
committed
Release 2.11.1
1 parent 73b2700 commit cefd59c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

‎CHANGES.txt‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
2.11.1 (2023-10-12)
5+
-------------------
6+
7+
Changes:
8+
9+
* E275: fix false positive with fstrings containing keyword parts in python 3.12
10+
411
2.11.0 (2023-07-29)
512
-------------------
613

‎pycodestyle.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
): # pragma: no cover (<py310)
6969
tokenize._compile = lru_cache(tokenize._compile) # type: ignore
7070

71-
__version__ = '2.11.0'
71+
__version__ = '2.11.1'
7272

7373
DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
7474
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704,W503,W504'

0 commit comments

Comments
 (0)