From 3a140377c8f1f585013a1566f2c8bb3ead9c329c Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Thu, 12 Dec 2024 10:47:35 -0600 Subject: [PATCH] Update CHANGES + move to version 24.12.12 to release --- README.rst | 9 ++++++--- bugbear.py | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index cecbe92..fb2eae4 100644 --- a/README.rst +++ b/README.rst @@ -472,10 +472,13 @@ Change Log ---------- -FUTURE -~~~~~~ +24.12.12 +~~~~~~~~ -* B012 and B025 now also handle try/except* +* B012 and B025 now also handle try/except* (#500) +* Skip B028 if warnings.warn is called with ``*args`` or ``**kwargs`` (#501) +* Add B911: itertools.batched without strict= (#502) +* Readme has anchors per check (they do not seem to render on GitHub tho) 24.10.31 ~~~~~~~~ diff --git a/bugbear.py b/bugbear.py index 6d8dcbc..09fab9f 100644 --- a/bugbear.py +++ b/bugbear.py @@ -17,7 +17,7 @@ import attr import pycodestyle # type: ignore[import-untyped] -__version__ = "24.10.31" +__version__ = "24.12.12" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (