From 05d87c0e168154487367d55b18541dc8d6d9c300 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Sun, 26 Jul 2020 03:30:47 +0100 Subject: [PATCH] Release v0.12.0 --- CHANGELOG.md | 4 ++++ curlylint/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5aa520..1146e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## Unreleased +## [v0.12.0](https://github.com/thibaudcolas/curlylint/releases/tag/v0.12.0) 2020-07-26 + +Release notes from the blog: [Accessibility linting rules](https://www.curlylint.org/blog/accessibility-linting-rules) + ### Added - Add experimental `django_forms_rendering` rule. diff --git a/curlylint/__init__.py b/curlylint/__init__.py index 900a2e3..2c1481d 100644 --- a/curlylint/__init__.py +++ b/curlylint/__init__.py @@ -1,5 +1,5 @@ __name__ = "curlylint" -__version__ = "0.11.0" +__version__ = "0.12.0" __description__ = "{{ 🎀}} Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid" __author__ = "Thibaud Colas" __author_email__ = "thibaudcolas@gmail.com"