Skip to content

Commit 1007f5c

Browse files
committed
Update version + Change Log for 22.8.22 release
1 parent 881f054 commit 1007f5c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,9 @@ MIT
284284
Change Log
285285
----------
286286

287-
FUTURE
287+
22.8.22
288288
~~~~~~~~~~
289+
289290
* Add B024: abstract base class with no abstract methods (#273)
290291

291292

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.7.1"
15+
__version__ = "22.8.22"
1616

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

0 commit comments

Comments
 (0)