Skip to content

Commit

Permalink
Update CHANGES + version to for 23.11.26 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Nov 27, 2023
1 parent aabaf1d commit 053c817
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.rst
Expand Up @@ -340,11 +340,15 @@ MIT
Change Log
----------

Unreleased
~~~~~~~~~~
23.11.26
~~~~~~~~

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

23.9.16
~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Expand Up @@ -15,7 +15,7 @@
import attr
import pycodestyle

__version__ = "23.9.16"
__version__ = "23.11.26"

LOG = logging.getLogger("flake8.bugbear")
CONTEXTFUL_NODES = (
Expand Down

0 comments on commit 053c817

Please sign in to comment.