diff --git a/CHANGELOG.md b/CHANGELOG.md index 76425fc8c..9ca365bbb 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 +## 1.5.0 ### Features @@ -29,7 +29,7 @@ Semantic versioning in our case means: ### Bugfixes - Fixes `WPS226` false-positive on fstring parts, #3548 -- Fixes false positive `WPS412` with docstring and imports in `__init__.py` #3569 +- Fixes false positive `WPS412` with docstring and imports in `__init__.py`, #3569 ### Misc diff --git a/Dockerfile b/Dockerfile index c16be3d69..3d6bb0376 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM python:3.13.7-alpine LABEL maintainer="mail@sobolevn.me" LABEL vendor="wemake.services" -ENV WPS_VERSION='1.4.0' +ENV WPS_VERSION='1.5.0' ENV REVIEWDOG_VERSION='v0.21.0' RUN apk add --no-cache bash git wget diff --git a/pyproject.toml b/pyproject.toml index 26ecaf122..0c77ea10b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "poetry-core>=2.2" ] [tool.poetry] name = "wemake-python-styleguide" -version = "1.4.0" +version = "1.5.0" description = "The strictest and most opinionated python linter ever" license = "MIT" requires-poetry = ">=2.2"