Skip to content

Commit f68a235

Browse files
authored
Update version + Change Log for 22.7.1 release (#268)
* Update version + Change Log for 22.7.1 release
1 parent aaad1d6 commit f68a235

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.rst

+7
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,13 @@ MIT
282282
Change Log
283283
----------
284284

285+
22.7.1
286+
~~~~~~~~~~
287+
288+
* Implement late-binding loop check (#265)
289+
290+
* `late-binding closures are a classic gotcha <https://docs.python-guide.org/writing/gotchas/#late-binding-closures>`__.
291+
285292
22.6.22
286293
~~~~~~~~~~
287294

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__ = "22.6.22"
15+
__version__ = "22.7.1"
1616

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

0 commit comments

Comments
 (0)