Skip to content

Commit

Permalink
Update version + Change Log for 22.7.1 release (#268)
Browse files Browse the repository at this point in the history
* Update version + Change Log for 22.7.1 release
  • Loading branch information
cooperlees committed Jul 1, 2022
1 parent aaad1d6 commit f68a235
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Expand Up @@ -282,6 +282,13 @@ MIT
Change Log
----------

22.7.1
~~~~~~~~~~

* Implement late-binding loop check (#265)

* `late-binding closures are a classic gotcha <https://docs.python-guide.org/writing/gotchas/#late-binding-closures>`__.

22.6.22
~~~~~~~~~~

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

__version__ = "22.6.22"
__version__ = "22.7.1"

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

0 comments on commit f68a235

Please sign in to comment.