diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da54167..9f612ba 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog ========= +3.15.0 (2024-06-29) +------------------- + * Add rule C420 to check for dict comprehensions with constant values, encouraging replacement with ``dict.fromkeys()``. Thanks to Tom Kuson in `PR #553 `__. diff --git a/pyproject.toml b/pyproject.toml index 37a81f8..8ebd12d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [project] name = "flake8-comprehensions" -version = "3.14.0" +version = "3.15.0" description = "A flake8 plugin to help you write better list/set/dict comprehensions." readme = "README.rst" keywords = [