Skip to content

Commit

Permalink
Update version + Change Log for 22.8.22 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Aug 22, 2022
1 parent 881f054 commit 1007f5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Expand Up @@ -284,8 +284,9 @@ MIT
Change Log
----------

FUTURE
22.8.22
~~~~~~~~~~

* Add B024: abstract base class with no abstract methods (#273)


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

__version__ = "22.7.1"
__version__ = "22.8.22"

LOG = logging.getLogger("flake8.bugbear")
CONTEXTFUL_NODES = (
Expand Down

0 comments on commit 1007f5c

Please sign in to comment.