-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
6e4d888
commit 3aa9b67
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
4.0.0 | ||
4.0.0 (2024-05-16) | ||
------------------ | ||
|
||
- Project renamed back to ``flake8-commas``. If upgrading from | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ def read(*filenames, **kwargs): | |
author_email="[email protected]", | ||
maintainer="Peter Law", | ||
maintainer_email="[email protected]", | ||
version='4.0.0.dev0', | ||
version='4.0.0', | ||
install_requires=['flake8>=5'], | ||
python_requires='>=3.8', | ||
url='https://github.com/PyCQA/flake8-commas/', | ||
|