Skip to content

Commit

Permalink
Version 0.15.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jun 21, 2021
1 parent 6ba9cdc commit 79b2693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.9.5-alpine
LABEL maintainer="sobolevn@wemake.services"
LABEL vendor="wemake.services"

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

[tool.poetry]
name = "wemake-python-styleguide"
version = "0.15.2"
version = "0.15.3"
description = "The strictest and most opinionated python linter ever"

license = "MIT"
Expand Down

0 comments on commit 79b2693

Please sign in to comment.