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