Skip to content

Commit 608df84

Browse files
committed
Update CHANGES + move to version 24.1.17 to release
1 parent 546d833 commit 608df84

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
@@ -349,6 +349,11 @@ MIT
349349
Change Log
350350
----------
351351

352+
24.1.17
353+
~~~~~~~
354+
355+
* B038: Restrict rule to mutation functions only (#453)
356+
352357
24.1.16
353358
~~~~~~~
354359

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.16"
20+
__version__ = "24.1.17"
2121

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

0 commit comments

Comments
 (0)