From 8fd4bfff39b5684e3c81b436d8761c8d7f5f477b Mon Sep 17 00:00:00 2001 From: sobolevn Date: Mon, 19 Aug 2019 20:09:30 +0300 Subject: [PATCH] Version 0.12.2 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea9af856f..c6557f81e 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.12.1" +version = "0.12.2" description = "The strictest and most opinionated python linter ever" license = "MIT"