Skip to content

Commit

Permalink
Version 0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jul 12, 2019
1 parent 8f3ab49 commit c5cb215
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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.9.1

### Bugfixes

- Fixes issue with `pydocstyle>=4` by glueing its version to `pydocstyle<4`


## 0.9.0

This is mostly a supporting release with several new features
Expand Down
4 changes: 3 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.9.0"
version = "0.9.1"
description = "The strictest and most opinionated python linter ever"

license = "MIT"
Expand Down Expand Up @@ -53,6 +53,8 @@ flake8-commas = "^2.0"
flake8-quotes = ">=1,<3"
flake8-comprehensions = ">=1.4,<3.0"
flake8-docstrings = "^1.3"
# Temporary fix for #636
pydocstyle = "<4"
flake8-string-format = "^0.2"
flake8-coding = "^1.3"
flake8-bugbear = "^19.3"
Expand Down

0 comments on commit c5cb215

Please sign in to comment.