Skip to content

Commit 3aa9b67

Browse files
committed
Declare v4
This is the first release of flake8-commas since the 2.x series, but accounts for the intervening history of flake8-commas-x which released a 3.0 and has since been reintegrated.
1 parent 6e4d888 commit 3aa9b67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
4.0.0
1+
4.0.0 (2024-05-16)
22
------------------
33

44
- Project renamed back to ``flake8-commas``. If upgrading from

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def read(*filenames, **kwargs):
2626
author_email="[email protected]",
2727
maintainer="Peter Law",
2828
maintainer_email="[email protected]",
29-
version='4.0.0.dev0',
29+
version='4.0.0',
3030
install_requires=['flake8>=5'],
3131
python_requires='>=3.8',
3232
url='https://github.com/PyCQA/flake8-commas/',

0 commit comments

Comments
 (0)