Skip to content

Commit

Permalink
REL: 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Mar 29, 2022
1 parent b0fc2bb commit fb443fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,14 @@
Release History
===============

### 0.19.1
Released on 29.03.2022

Removed rules due to false-positives:

* SIM902: Positional-only parameters cannot be identified in the AST
* SIM908: Ensure that the assigned name is equal to the name in the if.test

### 0.19.0
Released on 28.03.2022

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -7,7 +7,7 @@ author_email = info@martin-thoma.de
maintainer = Martin Thoma
maintainer_email = info@martin-thoma.de

version = 0.19.0
version = 0.19.1

description = flake8 plugin which checks for code that can be simplified
long_description = file: README.md
Expand Down

0 comments on commit fb443fb

Please sign in to comment.