Skip to content

Commit 8d9c457

Browse files
committed
Update version + Change Log for 22.9.23 release
1 parent 87e4d66 commit 8d9c457

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.rst

+8-2
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,16 @@ MIT
295295
Change Log
296296
----------
297297

298-
22.8.23
298+
22.9.23
299+
~~~~~~~~~~
300+
301+
* add B026: find argument unpacking after keyword argument (#287)
302+
* Move to setup.cfg like flake8 (#288)
303+
304+
22.9.11
299305
~~~~~~~~~~
300306

301-
* Add B025: Find duplicate except clauses (#284)
307+
* add B025: find duplicate except clauses (#284)
302308

303309
22.8.23
304310
~~~~~~~~~~

bugbear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import attr
1313
import pycodestyle
1414

15-
__version__ = "22.9.11"
15+
__version__ = "22.9.23"
1616

1717
LOG = logging.getLogger("flake8.bugbear")
1818
CONTEXTFUL_NODES = (

0 commit comments

Comments
 (0)