Skip to content

Commit

Permalink
Version 0.13.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Dec 15, 2019
1 parent 16d2f78 commit d4f3b08
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ python:
- 3.6
- 3.7

env:
- POETRY_VERSION=1.0.0

before_install:
- pip freeze | xargs pip uninstall -y
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ We used to have incremental versioning before `0.1.0`.
### Misc

- Updates `radon` version
- Updates `poetry` version to `1.0`


## 0.13.2
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ Before submitting your code please do the following steps:
9. Run `flake8` to ensure that style is correct
10. Run `lint-imports` to ensure that architecture contracts are correct
11. Run `doc8` to ensure that docs are correct
12. Run `xenon` to ensure that code quality is `A` (good enough)

You can run everything at once with `make test`,
see our `Makefile` for more details.
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ lint:
mypy wemake_python_styleguide
flake8 .
autopep8 -r . --diff --exclude=./tests/fixtures/** --exit-code
xenon --max-absolute B --max-modules A --max-average A wemake_python_styleguide
lint-imports
poetry run doc8 -q docs

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["poetry>=0.12"]
requires = ["poetry>=1.0"]
build-backend = "poetry.masonry.api"


Expand All @@ -9,7 +9,7 @@ style = "styles/nitpick-style-wemake.toml"

[tool.poetry]
name = "wemake-python-styleguide"
version = "0.13.2"
version = "0.13.3"
description = "The strictest and most opinionated python linter ever"

license = "MIT"
Expand Down

0 comments on commit d4f3b08

Please sign in to comment.