Skip to content

Commit

Permalink
Update version + Change Log for 22.6.22 release (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Jun 23, 2022
1 parent 437c9d2 commit 88bb957
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.rst
Expand Up @@ -279,6 +279,14 @@ MIT
Change Log
----------

22.6.22
~~~~~~~~~~

* Don't crash when select / extend_select are None (#261)
* Ignore lambda arguments for B020 (#259)
* Fix missing space typos in B021, B022 error messages (#257)


22.4.25
~~~~~~~~~~

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

__version__ = "22.4.25"
__version__ = "22.6.22"

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

0 comments on commit 88bb957

Please sign in to comment.