Skip to content

Commit 651d5f5

Browse files
committed
Version 0.17.0 release
1 parent 5e12ee0 commit 651d5f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Semantic versioning in our case means:
1717
change the client facing API, change code conventions significantly, etc.
1818

1919

20-
## WIP
20+
## 0.17.0
2121

2222
### Features
2323

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM python:3.9.10-alpine
2020
LABEL maintainer="[email protected]"
2121
LABEL vendor="wemake.services"
2222

23-
ENV WPS_VERSION='0.16.1'
23+
ENV WPS_VERSION='0.17.0'
2424
ENV REVIEWDOG_VERSION='v0.14.1'
2525

2626
RUN apk add --no-cache bash git wget

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "wemake-python-styleguide"
3-
version = "0.16.1"
3+
version = "0.17.0"
44
description = "The strictest and most opinionated python linter ever"
55

66
license = "MIT"

0 commit comments

Comments
 (0)