diff --git a/README.rst b/README.rst index a299937..482ee7e 100644 --- a/README.rst +++ b/README.rst @@ -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 ~~~~~~~~~~ diff --git a/bugbear.py b/bugbear.py index d14e21d..4717a4f 100644 --- a/bugbear.py +++ b/bugbear.py @@ -13,7 +13,7 @@ import attr import pycodestyle -__version__ = "23.3.23" +__version__ = "23.5.9" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (