Skip to content

Commit

Permalink
Update READEME + version for 23.5.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed May 9, 2023
1 parent eb300be commit 535c109
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,13 @@ MIT
Change Log
----------

Unreleased
~~~~~~~~~~
* B028: Allow stacklevel to be explicitly assigned as a positional argument
23.5.9
~~~~~~

* Add B033: Detect duplicate items in sets
* Add B908: Detect assertRauses like contexts only has top level statements that could throw
* Add B028: Allow stacklevel to be explicitly assigned as a positional argument
* Remove more < 3.8 checks / assertions

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

__version__ = "23.3.23"
__version__ = "23.5.9"

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

0 comments on commit 535c109

Please sign in to comment.