diff --git a/README.rst b/README.rst index 5671345..1ad1ffb 100644 --- a/README.rst +++ b/README.rst @@ -296,10 +296,16 @@ MIT Change Log ---------- -Future + +22.10.25 ~~~~~~~~~ +* Make B015 and B018 messages slightly more polite (#298) * Add B027: Empty method in abstract base class with no abstract decorator +* Multiple B024 false positive fixes +* Move CI to use `tox` (#294) +* Move to using PEP621 / `pyproject.toml` package (#291) +* Tested in 3.11 22.9.23 ~~~~~~~~~~ diff --git a/bugbear.py b/bugbear.py index 8572908..7422ce4 100644 --- a/bugbear.py +++ b/bugbear.py @@ -12,7 +12,7 @@ import attr import pycodestyle -__version__ = "22.9.23" +__version__ = "22.10.25" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (