Skip to content

Commit

Permalink
Version 0.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 27, 2022
1 parent 5e12ee0 commit 651d5f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Semantic versioning in our case means:
change the client facing API, change code conventions significantly, etc.


## WIP
## 0.17.0

### Features

Expand Down
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.10-alpine
LABEL maintainer="sobolevn@wemake.services"
LABEL vendor="wemake.services"

ENV WPS_VERSION='0.16.1'
ENV WPS_VERSION='0.17.0'
ENV REVIEWDOG_VERSION='v0.14.1'

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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wemake-python-styleguide"
version = "0.16.1"
version = "0.17.0"
description = "The strictest and most opinionated python linter ever"

license = "MIT"
Expand Down

0 comments on commit 651d5f5

Please sign in to comment.