Skip to content

Commit e82bb8d

Browse files
committed
Add 21.3.2 changes + increment version for release
1 parent 8d8d37b commit e82bb8d

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
@@ -249,6 +249,11 @@ MIT
249249
Change Log
250250
----------
251251

252+
21.3.2
253+
~~~~~~
254+
255+
* Fix crash on tuple expansion in try/except block (#161)
256+
252257
21.3.1
253258
~~~~~~
254259

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.3.1"
15+
__version__ = "21.3.2"
1616

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

0 commit comments

Comments
 (0)