Skip to content

Commit

Permalink
Version 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Nov 26, 2019
1 parent 0527ab4 commit a15e569
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ We follow Semantic Versions since the `0.1.0` release.
We used to have incremental versioning before `0.1.0`.


## 0.13.1 WIP
## 0.13.1

### Bufixes

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

ENV WPS_VERSION='0.13.0'
ENV WPS_VERSION='0.13.1'

RUN apk add --no-cache bash git wget
RUN pip install "wemake-python-styleguide==$WPS_VERSION" \
Expand Down
Binary file added docs/_static/reviewdog.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/pages/usage/integrations/github-actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ That's how it can be setup:
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
That's how the result will look like:

.. image:: https://raw.githubusercontent.com/wemake-services/wemake-python-styleguide/master/docs/_static/reviewdog.png

We also support custom ``path`` to be specified:

.. code:: yaml
Expand Down
2 changes: 1 addition & 1 deletion 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.13.0"
version = "0.13.1"
description = "The strictest and most opinionated python linter ever"

license = "MIT"
Expand Down

0 comments on commit a15e569

Please sign in to comment.