From 068100926b37393a530f5ada64e07e73c8e9864e Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Tue, 14 Dec 2021 12:58:43 +0100 Subject: [PATCH] updated version --- docs/conf.py | 2 +- docs/docs/changelog.rst | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3b2aab8..3a9a91b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = "djlint" copyright = "2021, Riverside Healthcare" author = "Christopher Pickering" -release = "0.6.8" +release = "0.6.9" version = release # -- General configuration --------------------------------------------------- diff --git a/docs/docs/changelog.rst b/docs/docs/changelog.rst index dc406ec..a1164da 100644 --- a/docs/docs/changelog.rst +++ b/docs/docs/changelog.rst @@ -9,6 +9,12 @@ Changelog ========= +0.6.9 +----- +- Added HTML and Angular profiles +- Allowed some entities in rule #H023 +- Bug fixes + 0.6.8 ----- - Bug fixes diff --git a/pyproject.toml b/pyproject.toml index 5efca5f..571b0c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="0.6.8" +version="0.6.9" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]