Skip to content

Commit

Permalink
Release 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Aug 4, 2024
1 parent c464ef7 commit 5cff01b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

2.12.1 (2024-08-04)
-------------------

Changes:

* Properly preserve escaped `{` and `}` in fstrings in logical lines in 3.12+.
PR #1252.

2.12.0 (2024-06-15)
-------------------

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.12.0'
__version__ = '2.12.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 5cff01b

Please sign in to comment.