Skip to content

Commit

Permalink
Version 0.13.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jan 19, 2020
1 parent a810efc commit cde06d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ Semantic versioning in our case means:
- Major releases inidicate significant milestones or serious breaking changes.


## 0.13.4 WIP
## 0.14.0 WIP


## 0.13.4

This is the last `0.13.x` supporting release,
we have to concentrate on `python3.8` support
and `0.14.0` which will introduce it to the public.

### Bugfixes

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

license = "MIT"
Expand Down

0 comments on commit cde06d6

Please sign in to comment.