From c295354ec5b9e96e7a2a15da24e8527870e57688 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Tue, 23 Nov 2021 10:20:18 +0100 Subject: [PATCH] updated version --- docs/conf.py | 2 +- docs/djlint/changelog.rst | 4 ++++ pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3ff6a98..93a763e 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.1" +release = "0.6.2" version = release # -- General configuration --------------------------------------------------- diff --git a/docs/djlint/changelog.rst b/docs/djlint/changelog.rst index a5fe5f0..3d18d85 100644 --- a/docs/djlint/changelog.rst +++ b/docs/djlint/changelog.rst @@ -1,6 +1,10 @@ Changelog ========= +0.6.2 +----- +- Bug fixes + 0.6.1 ----- - Bug fixes diff --git a/pyproject.toml b/pyproject.toml index 0e6e58b..1206c99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="0.6.1" +version="0.6.2" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]