Skip to content

Commit c674532

Browse files
committed
Version 1.6.1
1 parent 18ae828 commit c674532

4 files changed

Lines changed: 29 additions & 27 deletions

File tree

CHANGELOG.md

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

1919

20-
## WIP
20+
## 1.6.1
2121

2222
### Bugfixes
2323

24-
- Fixes false positive `WPS366` allowing the use of a single constant in `or`, #3610
24+
- Fixes false positive `WPS366` allowing the use
25+
of a single constant in `or`, #3610
2526
- Fixes the false positive `WPS330` when alternating unary operators, #3594
2627

28+
2729
## 1.6.0
2830

2931
### Features

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.6.0'
23+
ENV WPS_VERSION='1.6.1'
2424
ENV REVIEWDOG_VERSION='v0.21.0'
2525

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

poetry.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.6.0"
7+
version = "1.6.1"
88
description = "The strictest and most opinionated python linter ever"
99
license = "MIT"
1010
requires-poetry = ">=2.3"

0 commit comments

Comments
 (0)