diff --git a/CHANGELOG.md b/CHANGELOG.md index ff69388..f4a2010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Release History =============== +### 0.19.2 +Released on 29.03.2022 + +Removed rules due to false-positives: + +* SIM903: Positional-only parameters cannot be identified in the AST +* SIM909: Class attribute assignments are not reflexive assignements + ### 0.19.1 Released on 29.03.2022 diff --git a/setup.cfg b/setup.cfg index 33c620d..aa1244e 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.1 +version = 0.19.2 description = flake8 plugin which checks for code that can be simplified long_description = file: README.md