From 05067c706835799ec2fdce403efc2ce115bd8466 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 19 May 2022 10:53:30 +0100 Subject: [PATCH] Version 3.10.0 --- HISTORY.rst | 3 +++ setup.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index fcb1c2a..36d4af8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,9 @@ History ======= +3.10.0 (2022-05-19) +------------------- + * Add rule C417 which recommends rewriting use of ``map()`` with ``lambda`` to an equivalent generator expression or comprehension. Thanks to Tushar Sadhwani in `PR #409 `__. diff --git a/setup.cfg b/setup.cfg index 24422d7..d926b45 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flake8-comprehensions -version = 3.9.0 +version = 3.10.0 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