Skip to content

Commit

Permalink
Update version + Change Log for 22.9.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Sep 11, 2022
1 parent 651ed80 commit 3f3fd33
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 @@ -291,6 +291,11 @@ Change Log
22.8.23
~~~~~~~~~~

* Add B025: Find duplicate except clauses (#284)

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.23"
__version__ = "22.9.11"

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

0 comments on commit 3f3fd33

Please sign in to comment.