From ed814057346378d57a68659e8263d2d5fc19f31b Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Tue, 16 Nov 2021 11:54:15 +0100 Subject: [PATCH] updated version --- docs/conf.py | 2 +- docs/djlint/changelog.rst | 5 +++-- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8d745f4..a0133db 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.9a" +release = "0.6.0" version = release # -- General configuration --------------------------------------------------- diff --git a/docs/djlint/changelog.rst b/docs/djlint/changelog.rst index e5f579e..76397dc 100644 --- a/docs/djlint/changelog.rst +++ b/docs/djlint/changelog.rst @@ -1,12 +1,13 @@ Changelog ========= -next_release ------------- +0.6.0 +----- - Added rule T027 to check for unclosed in template syntax - Added rule T028 to check for missing spaceless tags in attributes - Added rule H029 to check for lowercase form method - Ignored djagno blocktranslate tags that do not have "trimmed" from formatter +- Bug fixes 0.5.9a ------ diff --git a/pyproject.toml b/pyproject.toml index 462916c..46ede14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="0.5.9a" +version="0.6.0" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]