From c7c5c7ce44e2bf326b2b8e82e49e95210fce60b6 Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Tue, 25 Oct 2022 10:18:22 +1100 Subject: [PATCH] Update README + version for 22.10.25 release --- README.rst | 8 +++++++- bugbear.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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 = (