Skip to content

Commit 49aec18

Browse files
authored
Update version + Change Log for 21.11.29 release (#210)
1 parent 225f4e6 commit 49aec18

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,11 @@ MIT
237237
Change Log
238238
----------
239239

240+
21.11.29
241+
~~~~~~~~~~
242+
243+
* B018: Disable strings from check for now (#209)
244+
240245
21.11.28
241246
~~~~~~~~~~
242247

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.28"
15+
__version__ = "21.11.29"
1616

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

0 commit comments

Comments
 (0)