Skip to content

Commit b29f204

Browse files
committed
Update version to 22.1.2 for release
1 parent 6fb81ee commit b29f204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ MIT
245245
Change Log
246246
----------
247247

248-
21.12.0
248+
22.1.2
249249
~~~~~~~~~~
250250

251251
* B950: Add same special cases as E501 (#213)

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import attr
1313
import pycodestyle
1414

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

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

0 commit comments

Comments
 (0)