diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7cee472..d9f260992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ We follow Semantic Versions since the `0.1.0` release. We used to have incremental versioning before `0.1.0`. -## WIP +## Version 0.6.0 ### Features diff --git a/pyproject.toml b/pyproject.toml index 1ae702cf5..7ea71e500 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "wemake-python-styleguide" -version = "0.5.1" +version = "0.6.0" description = "The strictest and most opinionated python linter ever" license = "MIT"