Skip to content

Commit

Permalink
Update setup.py + Change Log for 21.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Sep 29, 2021
1 parent fdfa3a0 commit ace91cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,10 @@ MIT
Change Log
----------

Unreleased
21.9.2
~~~~~~~~~~

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

21.9.1
Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import pycodestyle

__version__ = "21.9.1"
__version__ = "21.9.2"

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

Expand Down

0 comments on commit ace91cc

Please sign in to comment.