diff --git a/CHANGELOG.md b/CHANGELOG.md index e6687b19d..ca65fc3ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ We used to have incremental versioning before `0.1.0`. ### Bugfixes - Fixes bug with `nitpick` colors and new files API -- Updates `flake8-docstrings` that +- Updates `flake8-docstrings` ## 0.12.3 diff --git a/pyproject.toml b/pyproject.toml index 1f1dc8137..bbb04d9b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ style = "styles/nitpick-style-wemake.toml" [tool.poetry] name = "wemake-python-styleguide" -version = "0.12.3" +version = "0.12.4" description = "The strictest and most opinionated python linter ever" license = "MIT"