Skip to content

Commit d3bf9ab

Browse files
committed
Increment version to 21.4.2 for release + Update Changelog
1 parent a97d3db commit d3bf9ab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,11 @@ MIT
256256
Change Log
257257
----------
258258

259+
21.4.2
260+
~~~~~~
261+
262+
* Add another hasattr() check to b017 visit for .func
263+
259264
21.4.1
260265
~~~~~~
261266

bugbear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import attr
1313
import pycodestyle
1414

15-
__version__ = "21.4.1"
15+
__version__ = "21.4.2"
1616

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

0 commit comments

Comments
 (0)