From 79b26930e91fe0bca29f76fc413c6752db87a7b6 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Mon, 21 Jun 2021 19:23:47 +0300 Subject: [PATCH] Version 0.15.3 release --- Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6bcf7cb18..ecff17e2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM python:3.9.5-alpine LABEL maintainer="sobolevn@wemake.services" LABEL vendor="wemake.services" -ENV WPS_VERSION='0.15.2' +ENV WPS_VERSION='0.15.3' ENV REVIEWDOG_VERSION='v0.11.0' RUN apk add --no-cache bash git wget diff --git a/pyproject.toml b/pyproject.toml index 8fe1ae65f..00087e3e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ style = "styles/nitpick-style-wemake.toml" [tool.poetry] name = "wemake-python-styleguide" -version = "0.15.2" +version = "0.15.3" description = "The strictest and most opinionated python linter ever" license = "MIT"