Skip to content

Commit

Permalink
Update version + Change Log for 22.4.25 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Apr 25, 2022
1 parent f2bf7f8 commit bab0965
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Expand Up @@ -279,6 +279,13 @@ MIT
Change Log
----------

22.4.25
~~~~~~~~~~

* Ignore black formatting for b013 test case (#251)
* B010 Fix lambda flase positive (#246)
* B008 Fix edge case with lambda functions (#243)

22.3.23
~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Expand Up @@ -12,7 +12,7 @@
import attr
import pycodestyle

__version__ = "22.3.23"
__version__ = "22.4.25"

LOG = logging.getLogger("flake8.bugbear")
CONTEXTFUL_NODES = (
Expand Down

0 comments on commit bab0965

Please sign in to comment.