Skip to content

Commit

Permalink
Version 0.19.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 25, 2024
1 parent 30a0e79 commit 55d110b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ Semantic versioning in our case means:
change the client facing API, change code conventions significantly, etc.


## WIP
## 0.19.0

This minor version will be the last release with all the `flake8` plugins.
In the future this project will be migrated to be used together with `ruff`.

### 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.11.5-alpine
LABEL maintainer="[email protected]"
LABEL vendor="wemake.services"

ENV WPS_VERSION='0.18.0'
ENV WPS_VERSION='0.19.0'
ENV REVIEWDOG_VERSION='v0.17.2'

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.18.0"
version = "0.19.0"
description = "The strictest and most opinionated python linter ever"

license = "MIT"
Expand Down

0 comments on commit 55d110b

Please sign in to comment.