Skip to content

Commit

Permalink
Update version + Change Log for 22.3.23 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Mar 23, 2022
1 parent f9e0f77 commit c255c1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.rst
Expand Up @@ -279,10 +279,12 @@ MIT
Change Log
----------

<release-tbd>
22.3.23
~~~~~~~~~~

* B006 and B008: Detect function calls at any level of the default expression.
* B006 and B008: Detect function calls at any level of the default expression (#239)
* B020: Fix comprehension false postives (#238)
* Tweak B019 desc (#237)

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

__version__ = "22.3.20"
__version__ = "22.3.23"

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

0 comments on commit c255c1b

Please sign in to comment.