Skip to content

Commit 5cff01b

Browse files
committed
Release 2.12.1
1 parent c464ef7 commit 5cff01b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.txt

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

4+
2.12.1 (2024-08-04)
5+
-------------------
6+
7+
Changes:
8+
9+
* Properly preserve escaped `{` and `}` in fstrings in logical lines in 3.12+.
10+
PR #1252.
11+
412
2.12.0 (2024-06-15)
513
-------------------
614

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.12.0'
71+
__version__ = '2.12.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)