diff --git a/docs/conf.py b/docs/conf.py index 64e9823..ede2ceb 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.3" +release = "0.5.4" version = release # -- General configuration --------------------------------------------------- diff --git a/docs/djlint/changelog.rst b/docs/djlint/changelog.rst index 4657ddb..9355102 100644 --- a/docs/djlint/changelog.rst +++ b/docs/djlint/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -Next Release ------------- +0.5.4 +----- - Added rule H020 to find empty tag pairs - Added rule H021 to find inline styles - Added rule H022 to find http links diff --git a/pyproject.toml b/pyproject.toml index 412571d..5769a04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="0.5.3" +version="0.5.4" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]