From 648ff197ebae7634a90dffb0589f4b56807fefe4 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 19 Sep 2019 17:11:15 +0300 Subject: [PATCH] Version 0.12.5 release --- Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eeb69e19d..bfe9c06c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ FROM python:3.7-alpine -ENV WPS_VERSION='0.12.3' +ENV WPS_VERSION='0.12.5' RUN apk add --no-cache bash RUN pip install "wemake-python-styleguide==$WPS_VERSION" diff --git a/pyproject.toml b/pyproject.toml index fc676c67b..8f3d4cf49 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.4" +version = "0.12.5" description = "The strictest and most opinionated python linter ever" license = "MIT"