From 1c47a162d4b2c41ada9164a12b536d6f49833d7e Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Tue, 11 Jan 2022 20:19:28 -0800 Subject: [PATCH] Update version + Change Log for 22.1.11 release --- README.rst | 4 +++- bugbear.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 = (