Skip to content

Commit

Permalink
Version 0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Oct 16, 2019
1 parent b181945 commit 653fdb7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
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.3

### Bugfixes

- Fixed `argparse` bug, see [#76](https://github.com/sobolevn/flake8-eradicate/issues/76)


## 0.2.2

### Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions 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.2"
version = "0.2.3"
description = "Flake8 plugin to find commented out code"

license = "MIT"
Expand All @@ -14,7 +14,7 @@ authors = [
"Nikita Sobolev <[email protected]>"
]

readme = "README.md" # Markdown files are supported
readme = "README.md"

repository = "https://github.com/sobolevn/flake8-eradicate"
homepage = "https://github.com/sobolevn/flake8-eradicate"
Expand Down
8 changes: 1 addition & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
# Read more about `setup.cfg`:
# https://docs.python.org/3/distutils/configfile.html

[bdist_wheel]
universal = 1


[coverage:run]
branch = True


[flake8]
max-complexity = 6
Expand Down Expand Up @@ -47,6 +40,7 @@ filterwarnings =
addopts =
--doctest-modules
--cov=flake8_eradicate
--cov-branch
--cov-report=term:skip-covered
--cov-report=html
--cov-fail-under=95
Expand Down

0 comments on commit 653fdb7

Please sign in to comment.