Skip to content

Commit

Permalink
Update CHANGES + move to version 24.12.12 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Dec 12, 2024
1 parent 761dbe2 commit 3a14037
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit 3a14037

Please sign in to comment.