From 1eb8823d91f7d77d6cd54c212cb3b2cc58122099 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 29 Oct 2022 23:52:18 +0100 Subject: [PATCH] Version 3.10.1 --- HISTORY.rst | 3 +++ setup.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 84c640b..509740b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,9 @@ History ======= +3.10.1 (2022-10-29) +------------------- + * Fix false positive in rules C402 and C404 for ``dict()`` calls with keyword arguments. Thanks to Anders Kaseorg for the report in `Issue #457 `__. diff --git a/setup.cfg b/setup.cfg index 7517291..8a2bb8c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flake8-comprehensions -version = 3.10.0 +version = 3.10.1 description = A flake8 plugin to help you write better list/set/dict comprehensions. long_description = file: README.rst long_description_content_type = text/x-rst