Skip to content

Commit a5ace0a

Browse files
committed
Update CHANGES + move to version 25.11.29 to release
1 parent 0afdcce commit a5ace0a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,14 @@ MIT
494494
Change Log
495495
----------
496496

497+
25.11.29
498+
~~~~~~~~
499+
500+
* B043: Add new check to state don't call delattr with constant (#514)
501+
* B042: ignore overloaded init, ignore if str+pickle dunder, improve README
502+
497503
25.10.21
498-
~~~~~~~~~~
504+
~~~~~~~~
499505

500506
* B042: New check for reminding to call super().__init__ in custom exceptions
501507
* B028: Skip if skip_file_prefixes is used (#503)

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__ = "25.10.21"
20+
__version__ = "25.11.29"
2121

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

0 commit comments

Comments
 (0)