Skip to content

Commit 79b2693

Browse files
committed
Version 0.15.3 release
1 parent 6ba9cdc commit 79b2693

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM python:3.9.5-alpine
2020
LABEL maintainer="[email protected]"
2121
LABEL vendor="wemake.services"
2222

23-
ENV WPS_VERSION='0.15.2'
23+
ENV WPS_VERSION='0.15.3'
2424
ENV REVIEWDOG_VERSION='v0.11.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
@@ -8,7 +8,7 @@ style = "styles/nitpick-style-wemake.toml"
88

99
[tool.poetry]
1010
name = "wemake-python-styleguide"
11-
version = "0.15.2"
11+
version = "0.15.3"
1212
description = "The strictest and most opinionated python linter ever"
1313

1414
license = "MIT"

0 commit comments

Comments
 (0)