Skip to content

Commit ace91cc

Browse files
committed
Update setup.py + Change Log for 21.9.2 release
1 parent fdfa3a0 commit ace91cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,10 @@ MIT
222222
Change Log
223223
----------
224224

225-
Unreleased
225+
21.9.2
226226
~~~~~~~~~~
227227

228+
* Fix crash on call in except statement in _to_name_str (#187)
228229
* Update B006: list, dictionary, and set comprehensions are now also disallowed (#186)
229230

230231
21.9.1

bugbear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import pycodestyle
1515

16-
__version__ = "21.9.1"
16+
__version__ = "21.9.2"
1717

1818
LOG = logging.getLogger("flake8.bugbear")
1919

0 commit comments

Comments
 (0)