diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a2010..48f6d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Release History =============== +### 0.19.3 +Released on 28.07.2022 + +* SIM104: Remove false-positives in case the loop is not a direct child of + an async function (#147) by @wyuenho + ### 0.19.2 Released on 29.03.2022 diff --git a/setup.cfg b/setup.cfg index aa1244e..d88b77a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ author_email = info@martin-thoma.de maintainer = Martin Thoma maintainer_email = info@martin-thoma.de -version = 0.19.2 +version = 0.19.3 description = flake8 plugin which checks for code that can be simplified long_description = file: README.md