Skip to content

Commit

Permalink
Version 0.14.1 release, poetry.lock is out of sync
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jul 29, 2020
1 parent a0e4107 commit 8068e66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7-alpine
LABEL maintainer="sobolevn@wemake.services"
LABEL vendor="wemake.services"

ENV WPS_VERSION='0.14.0'
ENV WPS_VERSION='0.14.1'
ENV REVIEWDOG_VERSION='v0.9.15'

RUN apk add --no-cache bash git wget
Expand Down
4 changes: 2 additions & 2 deletions 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.14.0"
version = "0.14.1"
description = "The strictest and most opinionated python linter ever"

license = "MIT"
Expand Down Expand Up @@ -67,7 +67,7 @@ flake8-docstrings = "^1.3.1"
flake8-string-format = "^0.2"
flake8-bugbear = "^19.3"
flake8-debugger = "^3.1"
flake8-isort = "^2.9.0"
flake8-isort = ">=3.0.1,<4"
flake8-eradicate = "^0.3"
flake8-bandit = "^2.1"
flake8-broken-line = "^0.2"
Expand Down

0 comments on commit 8068e66

Please sign in to comment.