From 55d110b40c57ea12d7cd9d4c6bad47186d920448 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Mon, 25 Mar 2024 23:39:46 +0300 Subject: [PATCH] Version 0.19.0 release --- CHANGELOG.md | 5 ++++- Dockerfile | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 921f8aa0c..fb76d45cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,10 @@ Semantic versioning in our case means: change the client facing API, change code conventions significantly, etc. -## WIP +## 0.19.0 + +This minor version will be the last release with all the `flake8` plugins. +In the future this project will be migrated to be used together with `ruff`. ### Features diff --git a/Dockerfile b/Dockerfile index 510a8a72c..fb367cef0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM python:3.11.5-alpine LABEL maintainer="mail@sobolevn.me" LABEL vendor="wemake.services" -ENV WPS_VERSION='0.18.0' +ENV WPS_VERSION='0.19.0' ENV REVIEWDOG_VERSION='v0.17.2' RUN apk add --no-cache bash git wget diff --git a/pyproject.toml b/pyproject.toml index 1b3ae1769..3144ae76b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wemake-python-styleguide" -version = "0.18.0" +version = "0.19.0" description = "The strictest and most opinionated python linter ever" license = "MIT"