From 608df8407348843f2eb449e9c0852bf26141e378 Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Wed, 17 Jan 2024 07:51:43 -0800 Subject: [PATCH] Update CHANGES + move to version 24.1.17 to release --- README.rst | 5 +++++ bugbear.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 12a6b6c..4d31f0f 100644 --- a/README.rst +++ b/README.rst @@ -349,6 +349,11 @@ MIT Change Log ---------- +24.1.17 +~~~~~~~ + +* B038: Restrict rule to mutation functions only (#453) + 24.1.16 ~~~~~~~ diff --git a/bugbear.py b/bugbear.py index 4233d05..918efba 100644 --- a/bugbear.py +++ b/bugbear.py @@ -17,7 +17,7 @@ import attr import pycodestyle -__version__ = "24.1.16" +__version__ = "24.1.17" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (