diff --git a/docs/conf.py b/docs/conf.py index d5fcce0..90cbaa6 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.6" +release = "0.5.7" version = release # -- General configuration --------------------------------------------------- diff --git a/docs/djlint/changelog.rst b/docs/djlint/changelog.rst index 6bbd927..a36d28c 100644 --- a/docs/djlint/changelog.rst +++ b/docs/djlint/changelog.rst @@ -1,6 +1,10 @@ Changelog ========= +0.5.7 +----- +- Bug fixes + 0.5.6 ----- - Added rule H026 to find empty id and class tags diff --git a/pyproject.toml b/pyproject.toml index 7b9cf5b..93b76ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="0.5.6" +version="0.5.7" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]