Skip to content

Commit

Permalink
Update version + Change Log for 22.3.20 release (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Mar 20, 2022
1 parent e389294 commit 0069532
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.rst
Expand Up @@ -275,10 +275,14 @@ MIT
Change Log
----------

Unreleased
22.3.20
~~~~~~~~~~

* B022: No arguments passed to contextlib.suppress (#231)
* B021: f-string used as docstring. (#230)
* B020: ensure loop control variable doesn't overrides iterable it iterates (#220)
* B019: check to find cache decorators on class methods (#218)
* Fix crash on long empty string (#223)

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

__version__ = "22.1.11"
__version__ = "22.3.20"

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

0 comments on commit 0069532

Please sign in to comment.