Skip to content

Commit

Permalink
Add 21.3.2 changes + increment version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Mar 8, 2021
1 parent 8d8d37b commit e82bb8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@ MIT
Change Log
----------

21.3.2
~~~~~~

* Fix crash on tuple expansion in try/except block (#161)

21.3.1
~~~~~~

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

__version__ = "21.3.1"
__version__ = "21.3.2"

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

Expand Down

0 comments on commit e82bb8d

Please sign in to comment.