File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM python:3.13.7-alpine
2020LABEL maintainer="mail@sobolevn.me"
2121LABEL vendor="wemake.services"
2222
23- ENV WPS_VERSION='1.4 .0'
23+ ENV WPS_VERSION='1.5 .0'
2424ENV REVIEWDOG_VERSION='v0.21.0'
2525
2626RUN apk add --no-cache bash git wget
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = [ "poetry-core>=2.2" ]
44
55[tool .poetry ]
66name = " wemake-python-styleguide"
7- version = " 1.4 .0"
7+ version = " 1.5 .0"
88description = " The strictest and most opinionated python linter ever"
99license = " MIT"
1010requires-poetry = " >=2.2"
You can’t perform that action at this time.
0 commit comments