Skip to content

Commit 10a4427

Browse files
authored
Merge pull request #1092 from PyCQA/2_9_1
Release 2.9.1
2 parents c97e4f8 + c33e852 commit 10a4427

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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.9.1 (2022-08-03)
5+
------------------
6+
7+
Changes:
8+
9+
* E275: fix false positive for yield expressions.
10+
411
2.9.0 (2022-07-30)
512
------------------
613

pycodestyle.py

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

75-
__version__ = '2.9.0'
75+
__version__ = '2.9.1'
7676

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

0 commit comments

Comments
 (0)