Skip to content

Commit 1d87dc8

Browse files
committed
Update README + version for 23.2.13 release
1 parent 76aa16b commit 1d87dc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ MIT
325325
Change Log
326326
----------
327327

328-
Future
328+
23.2.13
329329
~~~~~~~~~
330330

331331
* B906: Add ``visit_Bytes``, ``visit_Num`` and ``visit_Str`` to the list of ``visit_*``

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__ = "23.1.20"
16+
__version__ = "23.2.13"
1717

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

0 commit comments

Comments
 (0)