Skip to content

Commit

Permalink
Update READEME + version for 23.9.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Sep 16, 2023
1 parent f75417c commit f8fe3c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,15 @@ MIT
Change Log
----------

23.9.16
~~~~~~~

* add --classmethod-decorators (#405)
* fix name collision for node_stack on python 3.12 (#406)
* Use pypa/build to build the package (#404)

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
Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import attr
import pycodestyle

__version__ = "23.7.10"
__version__ = "23.9.16"

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

0 comments on commit f8fe3c4

Please sign in to comment.