diff --git a/CHANGELOG.md b/CHANGELOG.md index fa64d93..3280e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## Unreleased +## [v0.6.0](https://github.com/thibaudcolas/curlylint/releases/tag/v0.6.0) 2020-03-30 + ### Changed - Open `attrs` dependency from `attrs==17.2.0` to `attrs>=17.2.0`. diff --git a/curlylint/__init__.py b/curlylint/__init__.py index f395acb..196e445 100644 --- a/curlylint/__init__.py +++ b/curlylint/__init__.py @@ -1,5 +1,5 @@ __name__ = "curlylint" -__version__ = "0.5.0" +__version__ = "0.6.0" __description__ = "{{ 🎀}} Prototype linter for Jinja and Django templates, forked from jinjalint" __author__ = "Thibaud Colas" __author_email__ = "thibaudcolas@gmail.com"