diff --git a/CHANGELOG.md b/CHANGELOG.md index 214eb85f9..344d548b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,14 @@ Semantic versioning in our case means: - Major releases inidicate significant milestones or serious breaking changes. -## 0.13.4 WIP +## 0.14.0 WIP + + +## 0.13.4 + +This is the last `0.13.x` supporting release, +we have to concentrate on `python3.8` support +and `0.14.0` which will introduce it to the public. ### Bugfixes diff --git a/pyproject.toml b/pyproject.toml index 6248bfeac..858d522b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ style = "styles/nitpick-style-wemake.toml" [tool.poetry] name = "wemake-python-styleguide" -version = "0.13.3" +version = "0.13.4" description = "The strictest and most opinionated python linter ever" license = "MIT"