Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down