Skip to content

Commit 1c47a16

Browse files
committed
Update version + Change Log for 22.1.11 release
1 parent b29f204 commit 1c47a16

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: README.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,11 @@ MIT
245245
Change Log
246246
----------
247247

248-
22.1.2
248+
22.1.11
249249
~~~~~~~~~~
250250

251+
* B018: Ignore JoinedStr (#216)
252+
* Build universal Python 3 wheels (#214)
251253
* B950: Add same special cases as E501 (#213)
252254

253255
21.11.29

Diff for: bugbear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import attr
1313
import pycodestyle
1414

15-
__version__ = "22.1.2"
15+
__version__ = "22.1.11"
1616

1717
LOG = logging.getLogger("flake8.bugbear")
1818
CONTEXTFUL_NODES = (

0 commit comments

Comments
 (0)