diff --git a/docs/src/docs/changelog.md b/docs/src/docs/changelog.md index 5eb0f73..fac9730 100644 --- a/docs/src/docs/changelog.md +++ b/docs/src/docs/changelog.md @@ -8,6 +8,13 @@ keywords: template linter, template formatter, djLint, HTML, templates, formatte # Changelog +## 0.7.3 + +::: content + +- Bug fixes [#173](https://github.com/Riverside-Healthcare/djLint/issues/173), #174(https://github.com/Riverside-Healthcare/djLint/issues/174) + ::: + ## 0.7.2 ::: content diff --git a/pyproject.toml b/pyproject.toml index c6d83bc..9f55466 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="0.7.2" +version="0.7.3" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]