diff --git a/README.rst b/README.rst index dcee09f..4bee724 100644 --- a/README.rst +++ b/README.rst @@ -279,6 +279,13 @@ MIT Change Log ---------- +22.4.25 +~~~~~~~~~~ + +* Ignore black formatting for b013 test case (#251) +* B010 Fix lambda flase positive (#246) +* B008 Fix edge case with lambda functions (#243) + 22.3.23 ~~~~~~~~~~ diff --git a/bugbear.py b/bugbear.py index 1149edf..4201fbc 100644 --- a/bugbear.py +++ b/bugbear.py @@ -12,7 +12,7 @@ import attr import pycodestyle -__version__ = "22.3.23" +__version__ = "22.4.25" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (