Skip to content

Commit 053c817

Browse files
committed
Update CHANGES + version to for 23.11.26 release
1 parent aabaf1d commit 053c817

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,15 @@ MIT
340340
Change Log
341341
----------
342342

343-
Unreleased
344-
~~~~~~~~~~
343+
23.11.26
344+
~~~~~~~~
345345

346-
* B026: Fix bug where the check was not triggered for calls where the callee
347-
is an attribute
346+
* B035: add check for static keys in dict-comprehension (#426)
347+
* B902: Add exceptions for standard library metaclasses (#415)
348+
* B017: Modify to no longer have a false negative when raises() is imported
349+
directly from pytest (#424)
350+
* B026: Fix bug where the check was not triggered for calls where the caller
351+
is an attribute (#420)
348352

349353
23.9.16
350354
~~~~~~~

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import attr
1616
import pycodestyle
1717

18-
__version__ = "23.9.16"
18+
__version__ = "23.11.26"
1919

2020
LOG = logging.getLogger("flake8.bugbear")
2121
CONTEXTFUL_NODES = (

0 commit comments

Comments
 (0)