Skip to content

Commit

Permalink
Version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jul 18, 2019
1 parent 909aa85 commit f8380cd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ We follow Semantic Versions since the `0.1.0` release.
We used to have incremental versioning before `0.1.0`.


## 0.11.1

### Bugfixes

- Now using `pygments` as a direct dependency


## 0.11.0 aka The New Violation Codes

We had a really big problem: all violations inside `best_practices`
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 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 = "wemake-python-styleguide"
version = "0.11.0"
version = "0.11.1"
description = "The strictest and most opinionated python linter ever"

license = "MIT"
Expand Down Expand Up @@ -52,6 +52,7 @@ flake8 = "^3.7"
attrs = "*"
typing_extensions = "^3.6"
astor = ">=0.7.1,<0.9.0"
pygments = "^2.4"

flake8-builtins = "^1.4"
flake8-commas = "^2.0"
Expand Down

0 comments on commit f8380cd

Please sign in to comment.