Skip to content

Commit

Permalink
Update CHANGES + version to for 23.11.28 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Nov 29, 2023
1 parent e0760c2 commit eef0ee7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,11 @@ MIT
Change Log
----------

23.11.28
~~~~~~~~

* B035: Fix false positive when named expressions are used (#430)

23.11.26
~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import attr
import pycodestyle

__version__ = "23.11.26"
__version__ = "23.11.28"

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

0 comments on commit eef0ee7

Please sign in to comment.