updated version and changelog

This commit is contained in:
Christopher Pickering 2022-01-24 12:05:16 -06:00
parent 4a953801fa
commit 06ef9d0617
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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 <cpickering@rhc.net>"]