Skip to content

Commit

Permalink
Update version + Change Log for 22.9.23 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Sep 23, 2022
1 parent 87e4d66 commit 8d9c457
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,16 @@ MIT
Change Log
----------

22.8.23
22.9.23
~~~~~~~~~~

* add B026: find argument unpacking after keyword argument (#287)
* Move to setup.cfg like flake8 (#288)

22.9.11
~~~~~~~~~~

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

22.8.23
~~~~~~~~~~
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.9.11"
__version__ = "22.9.23"

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

0 comments on commit 8d9c457

Please sign in to comment.