Skip to content

Commit 4435548

Browse files
committed
Update README + version for 23.1.17 release
1 parent 91188aa commit 4435548

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

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

311-
Future
311+
23.1.17
312312
~~~~~~~~~
313+
313314
* Rename B028 to B907, making it optional/opinionated.
314315

315316
23.1.14

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.14"
16+
__version__ = "23.1.17"
1717

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

0 commit comments

Comments
 (0)