updated version

This commit is contained in:
Christopher Pickering 2021-10-06 16:03:45 +02:00
parent 1c70ea624c
commit f4f6c32a04
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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