Skip to content

Commit b62f181

Browse files
committed
Update READEME + version for 23.7.10 release
1 parent dea2e00 commit b62f181

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,13 +334,13 @@ MIT
334334
Change Log
335335
----------
336336

337-
Unreleased
337+
23.7.10
338338
~~~~~~~~~~
339339

340+
* Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword arguments.
340341
* Fix a crash and several test failures on Python 3.12, all relating to the B907
341342
check.
342343
* Declare support for Python 3.12.
343-
* Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword arguments.
344344

345345
23.6.5
346346
~~~~~~

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import attr
1515
import pycodestyle
1616

17-
__version__ = "23.6.5"
17+
__version__ = "23.7.10"
1818

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

0 commit comments

Comments
 (0)