From 651d5f52de8abe2197eb0f748b186bf2bc762955 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 27 Sep 2022 14:26:27 +0300 Subject: [PATCH] Version 0.17.0 release --- CHANGELOG.md | 2 +- Dockerfile | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ab5ee0f..50a040f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Semantic versioning in our case means: change the client facing API, change code conventions significantly, etc. -## WIP +## 0.17.0 ### Features diff --git a/Dockerfile b/Dockerfile index 0bc3a13fd..bd4222bc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM python:3.9.10-alpine LABEL maintainer="sobolevn@wemake.services" LABEL vendor="wemake.services" -ENV WPS_VERSION='0.16.1' +ENV WPS_VERSION='0.17.0' ENV REVIEWDOG_VERSION='v0.14.1' RUN apk add --no-cache bash git wget diff --git a/pyproject.toml b/pyproject.toml index 115ebbab4..453f6ab50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wemake-python-styleguide" -version = "0.16.1" +version = "0.17.0" description = "The strictest and most opinionated python linter ever" license = "MIT"