Skip to content

Commit 3a14037

Browse files
committed
Update CHANGES + move to version 24.12.12 to release
1 parent 761dbe2 commit 3a14037

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,13 @@ Change Log
472472
----------
473473

474474

475-
FUTURE
476-
~~~~~~
475+
24.12.12
476+
~~~~~~~~
477477

478-
* B012 and B025 now also handle try/except*
478+
* B012 and B025 now also handle try/except* (#500)
479+
* Skip B028 if warnings.warn is called with ``*args`` or ``**kwargs`` (#501)
480+
* Add B911: itertools.batched without strict= (#502)
481+
* Readme has anchors per check (they do not seem to render on GitHub tho)
479482

480483
24.10.31
481484
~~~~~~~~

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import attr
1818
import pycodestyle # type: ignore[import-untyped]
1919

20-
__version__ = "24.10.31"
20+
__version__ = "24.12.12"
2121

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

0 commit comments

Comments
 (0)