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 = (