Skip to content

Commit

Permalink
Version 0.15.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Feb 12, 2021
1 parent b9e73c3 commit 4a6da75
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.8.6-alpine
LABEL maintainer="[email protected]"
LABEL vendor="wemake.services"

ENV WPS_VERSION='0.15.0'
ENV WPS_VERSION='0.15.1'
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.0"
version = "0.15.1"
description = "The strictest and most opinionated python linter ever"

license = "MIT"
Expand Down

0 comments on commit 4a6da75

Please sign in to comment.