From b62f1819372983c3df9ead3ad447909bda4b1039 Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Mon, 10 Jul 2023 09:27:15 -0700 Subject: [PATCH] Update READEME + version for 23.7.10 release --- README.rst | 4 ++-- bugbear.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 9a05fc6..159e290 100644 --- a/README.rst +++ b/README.rst @@ -334,13 +334,13 @@ MIT Change Log ---------- -Unreleased +23.7.10 ~~~~~~~~~~ +* Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword arguments. * Fix a crash and several test failures on Python 3.12, all relating to the B907 check. * Declare support for Python 3.12. -* Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword arguments. 23.6.5 ~~~~~~ diff --git a/bugbear.py b/bugbear.py index 4a0fe52..f76b3bf 100644 --- a/bugbear.py +++ b/bugbear.py @@ -14,7 +14,7 @@ import attr import pycodestyle -__version__ = "23.6.5" +__version__ = "23.7.10" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (