Skip to content

Commit 6194697

Browse files
authored
Version 1.5.0 release (#3581)
1 parent 88b3307 commit 6194697

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Semantic versioning in our case means:
1717
change the client facing API, change code conventions significantly, etc.
1818

1919

20-
## WIP
20+
## 1.5.0
2121

2222
### Features
2323

@@ -29,7 +29,7 @@ Semantic versioning in our case means:
2929
### Bugfixes
3030

3131
- Fixes `WPS226` false-positive on fstring parts, #3548
32-
- Fixes false positive `WPS412` with docstring and imports in `__init__.py` #3569
32+
- Fixes false positive `WPS412` with docstring and imports in `__init__.py`, #3569
3333

3434
### Misc
3535

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM python:3.13.7-alpine
2020
LABEL maintainer="mail@sobolevn.me"
2121
LABEL vendor="wemake.services"
2222

23-
ENV WPS_VERSION='1.4.0'
23+
ENV WPS_VERSION='1.5.0'
2424
ENV REVIEWDOG_VERSION='v0.21.0'
2525

2626
RUN apk add --no-cache bash git wget

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "poetry-core>=2.2" ]
44

55
[tool.poetry]
66
name = "wemake-python-styleguide"
7-
version = "1.4.0"
7+
version = "1.5.0"
88
description = "The strictest and most opinionated python linter ever"
99
license = "MIT"
1010
requires-poetry = ">=2.2"

0 commit comments

Comments
 (0)