From b24cc8187584de8fb407301d4387d58ef1400837 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Mon, 4 Oct 2021 13:33:52 +0200 Subject: [PATCH] updated version --- docs/conf.py | 2 +- docs/djlint/changelog.rst | 5 +++++ pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5789128..270b9d7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = "djlint" copyright = "2021, Riverside Healthcare" author = "Christopher Pickering" -release = "0.5.0" +release = "0.5.1" version = release # -- General configuration --------------------------------------------------- diff --git a/docs/djlint/changelog.rst b/docs/djlint/changelog.rst index c618d38..21fef9b 100644 --- a/docs/djlint/changelog.rst +++ b/docs/djlint/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +0.5.1 +----- +- Added rule H019 +- Fixed bugs in DJ018 and H012 + 0.5.0 ----- - Fixed several regex matching bugs in linter rules diff --git a/pyproject.toml b/pyproject.toml index 85617f1..727a8dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="0.5.0" +version="0.5.1" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]