Skip to content

Commit

Permalink
Release 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Oct 12, 2023
1 parent 73b2700 commit cefd59c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

2.11.1 (2023-10-12)
-------------------

Changes:

* E275: fix false positive with fstrings containing keyword parts in python 3.12

2.11.0 (2023-07-29)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pycodestyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
): # pragma: no cover (<py310)
tokenize._compile = lru_cache(tokenize._compile) # type: ignore

__version__ = '2.11.0'
__version__ = '2.11.1'

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

0 comments on commit cefd59c

Please sign in to comment.