Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jun 20, 2019
1 parent c012c72 commit 8f3ab49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
We follow Semantic Versions since the `0.1.0` release.
We used to have incremental versioning before `0.1.0`.


## 0.9.0

This is mostly a supporting release with several new features
and lots of bug fixes.

### Features

- Forbid to use magic module methods `__getattr__` and `__dir__`
- Forbid to use multiline conditions
- Forbid local variables that are only used in `return` statements
- Forbids to use magic module methods `__getattr__` and `__dir__`
- Forbids to use multiline conditions
- Forbids local variables that are only used in `return` statements

### Bugfixes

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 = "wemake-python-styleguide"
version = "0.8.1"
version = "0.9.0"
description = "The strictest and most opinionated python linter ever"

license = "MIT"
Expand Down

0 comments on commit 8f3ab49

Please sign in to comment.