From 5fd75b17efbd7f6f6f7c42ad534626952704112e Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Sat, 6 Mar 2021 23:02:25 +0000 Subject: [PATCH] Release v0.12.1 --- CHANGELOG.md | 6 ++++++ curlylint/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1146e32..7749cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## Unreleased +## [v0.12.1](https://github.com/thibaudcolas/curlylint/releases/tag/v0.12.1) 2021-03-06 + +### Fixed + +- The project’s sdist now includes all needed files to run the test suite ([#49](https://github.com/thibaudcolas/curlylint/issues/49), [#50](https://github.com/thibaudcolas/curlylint/pull/50)). Thanks to [@jayvdb](https://github.com/jayvdb). + ## [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) diff --git a/curlylint/__init__.py b/curlylint/__init__.py index 2c1481d..cd252b8 100644 --- a/curlylint/__init__.py +++ b/curlylint/__init__.py @@ -1,5 +1,5 @@ __name__ = "curlylint" -__version__ = "0.12.0" +__version__ = "0.12.1" __description__ = "{{ 🎀}} Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid" __author__ = "Thibaud Colas" __author_email__ = "thibaudcolas@gmail.com"