diff --git a/README.rst b/README.rst index bd161cb..2ecc7b8 100644 --- a/README.rst +++ b/README.rst @@ -245,9 +245,11 @@ MIT Change Log ---------- -22.1.2 +22.1.11 ~~~~~~~~~~ +* B018: Ignore JoinedStr (#216) +* Build universal Python 3 wheels (#214) * B950: Add same special cases as E501 (#213) 21.11.29 diff --git a/bugbear.py b/bugbear.py index f70a297..b4fcf89 100644 --- a/bugbear.py +++ b/bugbear.py @@ -12,7 +12,7 @@ import attr import pycodestyle -__version__ = "22.1.2" +__version__ = "22.1.11" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (