updated version

This commit is contained in:
Christopher Pickering 2021-11-16 11:54:15 +01:00
parent 703907fadd
commit ed81405734
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
3 changed files with 5 additions and 4 deletions

View file

@ -12,7 +12,7 @@
project = "djlint"
copyright = "2021, Riverside Healthcare"
author = "Christopher Pickering"
release = "0.5.9a"
release = "0.6.0"
version = release
# -- General configuration ---------------------------------------------------

View file

@ -1,12 +1,13 @@
Changelog
=========
next_release
------------
0.6.0
-----
- Added rule T027 to check for unclosed in template syntax
- Added rule T028 to check for missing spaceless tags in attributes
- Added rule H029 to check for lowercase form method
- Ignored djagno blocktranslate tags that do not have "trimmed" from formatter
- Bug fixes
0.5.9a
------

View file

@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name="djlint"
version="0.5.9a"
version="0.6.0"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]