Skip to content

Commit

Permalink
Update READEME + version for 23.7.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Jul 10, 2023
1 parent dea2e00 commit b62f181
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import attr
import pycodestyle

__version__ = "23.6.5"
__version__ = "23.7.10"

LOG = logging.getLogger("flake8.bugbear")
CONTEXTFUL_NODES = (
Expand Down

0 comments on commit b62f181

Please sign in to comment.