Skip to content

Commit f365c21

Browse files
committed
Update CHANGES + move to version 24.1.16 to release
1 parent 56ac5c8 commit f365c21

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,10 @@ MIT
349349
Change Log
350350
----------
351351

352-
Unreleased
353-
~~~~~~~~~~
352+
24.1.16
353+
~~~~~~~
354354

355-
* B036: Fix crash on `raise` statements raising something other than
355+
* B036: Fix crash on ``raise`` statements raising something other than
356356
a bare name (#450)
357357

358358
24.1.15

bugbear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import attr
1818
import pycodestyle
1919

20-
__version__ = "24.1.15"
20+
__version__ = "24.1.16"
2121

2222
LOG = logging.getLogger("flake8.bugbear")
2323
CONTEXTFUL_NODES = (

0 commit comments

Comments
 (0)