Skip to content

Commit

Permalink
Version 0.12.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 19, 2019
1 parent 1b75d1a commit 648ff19
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 @@ -9,7 +9,7 @@

FROM python:3.7-alpine

ENV WPS_VERSION='0.12.3'
ENV WPS_VERSION='0.12.5'

RUN apk add --no-cache bash
RUN pip install "wemake-python-styleguide==$WPS_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ style = "styles/nitpick-style-wemake.toml"

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

license = "MIT"
Expand Down

0 comments on commit 648ff19

Please sign in to comment.