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 "]