We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ac5c8 commit f365c21Copy full SHA for f365c21
README.rst
@@ -349,10 +349,10 @@ MIT
349
Change Log
350
----------
351
352
-Unreleased
353
-~~~~~~~~~~
+24.1.16
+~~~~~~~
354
355
-* B036: Fix crash on `raise` statements raising something other than
+* B036: Fix crash on ``raise`` statements raising something other than
356
a bare name (#450)
357
358
24.1.15
bugbear.py
@@ -17,7 +17,7 @@
17
import attr
18
import pycodestyle
19
20
-__version__ = "24.1.15"
+__version__ = "24.1.16"
21
22
LOG = logging.getLogger("flake8.bugbear")
23
CONTEXTFUL_NODES = (
0 commit comments