Skip to content

Commit bc46cb5

Browse files
committed
Update version + Change Log for 22.8.23 release
1 parent 7d1adf9 commit bc46cb5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,11 @@ MIT
284284
Change Log
285285
----------
286286

287+
22.8.23
288+
~~~~~~~~~~
289+
290+
* Add B024 error code to message for B024 (#276)
291+
287292
22.8.22
288293
~~~~~~~~~~
289294

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.8.22"
15+
__version__ = "22.8.23"
1616

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

0 commit comments

Comments
 (0)