Skip to content

Commit

Permalink
Version 0.16.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 11, 2022
1 parent 99df3e7 commit 668ef03
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 102 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ Semantic versioning in our case means:
change the client facing API, change code conventions significantly, etc.


## 0.16.1 WIP
## 0.16.1

### Bugfixes

- Fixes crash on `'Literal["raise"]'` annotation #2341
- Fixes `WPS471` was not detected on complex assignment targets #2301
- Fixes `flake8-bandit` and `bandit` version conflict #2368


## 0.16.0
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
# This image is also available on Dockerhub:
# https://hub.docker.com/r/wemakeservices/wemake-python-styleguide

FROM python:3.9.9-alpine
FROM python:3.9.10-alpine

LABEL maintainer="[email protected]"
LABEL vendor="wemake.services"

ENV WPS_VERSION='0.16.0'
ENV WPS_VERSION='0.16.1'
ENV REVIEWDOG_VERSION='v0.14.0'

RUN apk add --no-cache bash git wget
Expand Down
Loading

0 comments on commit 668ef03

Please sign in to comment.