From cde06d6b12c5b83c8b37361a5b61a6b99ebc8525 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sun, 19 Jan 2020 13:46:09 +0300 Subject: [PATCH] Version 0.13.4 release --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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"