Skip to content

Commit

Permalink
REL: 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Mar 30, 2023
1 parent cfff464 commit 8c43a67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release History
===============

### 0.20.0
Release on 30.03.2023

New rules:

* SIM910: dict.get(key, None) → dict.get(key)

### 0.19.3
Released on 28.07.2022

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[project]
name = "flake8_simplify"
version = "0.19.3"
version = "0.20.0"
description = "flake8 plugin which checks for code that can be simplified"
keywords = [
"flake8",
Expand Down

0 comments on commit 8c43a67

Please sign in to comment.