Skip to content

Commit 3f3fd33

Browse files
committed
Update version + Change Log for 22.9.11 release
1 parent 651ed80 commit 3f3fd33

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
@@ -291,6 +291,11 @@ Change Log
291291
22.8.23
292292
~~~~~~~~~~
293293

294+
* Add B025: Find duplicate except clauses (#284)
295+
296+
22.8.23
297+
~~~~~~~~~~
298+
294299
* Add B024 error code to message for B024 (#276)
295300

296301
22.8.22

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

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

0 commit comments

Comments
 (0)