Skip to content

Commit

Permalink
Update version + Change Log for 22.8.23 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Aug 23, 2022
1 parent 7d1adf9 commit bc46cb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,11 @@ MIT
Change Log
----------

22.8.23
~~~~~~~~~~

* Add B024 error code to message for B024 (#276)

22.8.22
~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import attr
import pycodestyle

__version__ = "22.8.22"
__version__ = "22.8.23"

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

0 comments on commit bc46cb5

Please sign in to comment.