From b7c4288f27bc0094f79e9d2dd607341838af2457 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Thu, 14 May 2020 00:05:05 +0100 Subject: [PATCH] Release v0.9.0 --- CHANGELOG.md | 2 ++ curlylint/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dce94b..5a2a013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## Unreleased +## [v0.9.0](https://github.com/thibaudcolas/curlylint/releases/tag/v0.9.0) 2020-05-14 + ### Added - Add support for configuring and disabling individual rules via configuration file, under `[tool.curlylint.rules]`. diff --git a/curlylint/__init__.py b/curlylint/__init__.py index 18deae6..3f1a4d3 100644 --- a/curlylint/__init__.py +++ b/curlylint/__init__.py @@ -1,5 +1,5 @@ __name__ = "curlylint" -__version__ = "0.8.0" +__version__ = "0.9.0" __description__ = "{{ 🎀}} Prototype linter for Jinja and Django templates, forked from jinjalint" __author__ = "Thibaud Colas" __author_email__ = "thibaudcolas@gmail.com"