From 752fb0a0c48599c0033d52aa177823c791470618 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Mon, 10 Jan 2022 17:09:54 +0000 Subject: [PATCH] Version 3.8.0 --- HISTORY.rst | 3 +++ setup.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 03b136d..43d3887 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,9 @@ History ======= +3.8.0 (2022-01-10) +------------------ + * Drop Python 3.6 support. * Remove upper bound on Flake8 version. diff --git a/setup.cfg b/setup.cfg index e9d71a8..1c71892 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flake8-comprehensions -version = 3.7.0 +version = 3.8.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