From b348af1c22e8ef34e2fd9b501918b4f45002db20 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 29 Jun 2024 23:29:44 +0100 Subject: [PATCH] Version 3.15.0 --- CHANGELOG.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 = [