diff --git a/docs/conf.py b/docs/conf.py index 5789128..270b9d7 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.0" +release = "0.5.1" version = release # -- General configuration --------------------------------------------------- diff --git a/docs/djlint/changelog.rst b/docs/djlint/changelog.rst index c618d38..21fef9b 100644 --- a/docs/djlint/changelog.rst +++ b/docs/djlint/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +0.5.1 +----- +- Added rule H019 +- Fixed bugs in DJ018 and H012 + 0.5.0 ----- - Fixed several regex matching bugs in linter rules diff --git a/pyproject.toml b/pyproject.toml index 85617f1..727a8dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="0.5.0" +version="0.5.1" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]