From 8f3ab493d7b61436b8c07fb387880c4a4b4c4662 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 20 Jun 2019 13:57:20 +0300 Subject: [PATCH] Version 0.9.0 --- CHANGELOG.md | 7 ++++--- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 775ead538..cbb92265d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ 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 @@ -10,9 +11,9 @@ 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 diff --git a/pyproject.toml b/pyproject.toml index c2f46bd4c..906fc0a9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"