From cc324b462231d0e6a657b6d24a5fb50df2449e94 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 15 Jun 2023 15:02:00 +0100 Subject: [PATCH] Version 3.13.0 --- CHANGELOG.rst | 3 +++ setup.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bd33bf7..0cca4bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog ========= +3.13.0 (2023-06-15) +------------------- + * Support Python 3.12. 3.12.0 (2023-04-13) diff --git a/setup.cfg b/setup.cfg index a672820..2fd1691 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flake8_comprehensions -version = 3.12.0 +version = 3.13.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