Skip to content

Commit

Permalink
Release 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Aug 3, 2022
1 parent c97e4f8 commit c33e852
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,13 @@
Changelog
=========

2.9.1 (2022-08-03)
------------------

Changes:

* E275: fix false positive for yield expressions.

2.9.0 (2022-07-30)
------------------

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

__version__ = '2.9.0'
__version__ = '2.9.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 c33e852

Please sign in to comment.