From 3e841a002139eb1badce1209ffbd6bc1b1de1913 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Thu, 21 May 2020 02:34:09 +0100 Subject: [PATCH] Release v0.10.0 --- CHANGELOG.md | 2 ++ curlylint/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 903b032..e2ed52e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## Unreleased +## [v0.10.0](https://github.com/thibaudcolas/curlylint/releases/tag/v0.10.0) 2020-05-21 + ### Added - Add `--print-config` CLI flag to print the configuration for the given file. diff --git a/curlylint/__init__.py b/curlylint/__init__.py index 40ae92f..3319447 100644 --- a/curlylint/__init__.py +++ b/curlylint/__init__.py @@ -1,5 +1,5 @@ __name__ = "curlylint" -__version__ = "0.9.0" +__version__ = "0.10.0" __description__ = "{{ 🎀}} Experimental linter for Jinja, Nunjucks, Django templates, Twig, Liquid" __author__ = "Thibaud Colas" __author_email__ = "thibaudcolas@gmail.com"