Skip to content

Commit

Permalink
Increment version to 21.4.2 for release + Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Apr 1, 2021
1 parent a97d3db commit d3bf9ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -256,6 +256,11 @@ MIT
Change Log
----------

21.4.2
~~~~~~

* Add another hasattr() check to b017 visit for .func

21.4.1
~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Expand Up @@ -12,7 +12,7 @@
import attr
import pycodestyle

__version__ = "21.4.1"
__version__ = "21.4.2"

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

Expand Down

0 comments on commit d3bf9ab

Please sign in to comment.