Skip to content

Commit 9e9ff04

Browse files
committed
Update README + version for 22.12.6 release
1 parent 0826e81 commit 9e9ff04

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,11 @@ MIT
302302
Change Log
303303
----------
304304

305-
Future
305+
22.12.6
306306
~~~~~~~~~
307-
* B027: ignore @overload when typing is imported with other names
308-
* Add B905: `zip()` without an explicit `strict=` parameter.
307+
308+
* Add B905: `zip()` without an explicit `strict=` parameter. (#314)
309+
* B027: ignore @overload when typing is imported with other names (#309)
309310

310311
22.10.27
311312
~~~~~~~~~

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.10.27"
15+
__version__ = "22.10.6"
1616

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

0 commit comments

Comments
 (0)