From 975b54d6974f3a6ab2217c905c596910ec94d2f1 Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Sat, 2 Dec 2023 14:51:47 -0800 Subject: [PATCH] Update CHANGES + move to version 23.12.2 to release --- README.rst | 7 +++++++ bugbear.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index be5c7df..fbf6329 100644 --- a/README.rst +++ b/README.rst @@ -343,6 +343,13 @@ MIT Change Log ---------- +23.12.2 +~~~~~~~ + +* B018: to detect useless-statements at all levels (#434) +* B018: Add classname to b018 useless-expression output (#433) +* B018: Include tuples in b018 useless-statement check (#432) + 23.11.28 ~~~~~~~~ diff --git a/bugbear.py b/bugbear.py index f78c879..761e75a 100644 --- a/bugbear.py +++ b/bugbear.py @@ -15,7 +15,7 @@ import attr import pycodestyle -__version__ = "23.11.28" +__version__ = "23.12.2" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (