Skip to content

Commit

Permalink
Version 0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 27, 2019
1 parent e3a3325 commit 11d78fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
We follow Semantic Versions since the `0.1.0` release.


## 0.2.2

### Bugfixes

- Now `eradicate-aggressive` is parsed from config


## 0.2.1

### Features
Expand Down
1 change: 1 addition & 0 deletions flake8_eradicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def add_options(cls, parser: OptionManager) -> None:
),
action='store_true',
type=None,
parse_from_config=True,
)

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "flake8-eradicate"
version = "0.2.1"
version = "0.2.2"
description = "Flake8 plugin to find commented out code"

license = "MIT"
Expand Down

0 comments on commit 11d78fe

Please sign in to comment.