From 85284228a25d38cf223d034fcc9926a6460b0051 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Fri, 19 Nov 2021 16:36:22 +0100 Subject: [PATCH] updated version --- docs/conf.py | 2 +- docs/djlint/changelog.rst | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a0133db..3ff6a98 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.0" +release = "0.6.1" version = release # -- General configuration --------------------------------------------------- diff --git a/docs/djlint/changelog.rst b/docs/djlint/changelog.rst index 9d9374b..a5fe5f0 100644 --- a/docs/djlint/changelog.rst +++ b/docs/djlint/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -next release ------------- +0.6.1 +----- - Bug fixes - Made rule T028 stricter with clearer message diff --git a/pyproject.toml b/pyproject.toml index 46ede14..0e6e58b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="0.6.0" +version="0.6.1" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]