Skip to content

Commit 4a0db1a

Browse files
committed
Update README + version for 23.1.14 release
1 parent 48a61e4 commit 4a0db1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ MIT
308308
Change Log
309309
----------
310310

311-
Future
311+
23.1.14
312312
~~~~~~~~~
313313

314314
* Add B906: ``visit_`` function with no further calls to a ``visit`` function. (#313)

Diff for: bugbear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import attr
1414
import pycodestyle
1515

16-
__version__ = "22.12.6"
16+
__version__ = "23.1.14"
1717

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

0 commit comments

Comments
 (0)