mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-10 22:53:09 +00:00
updated version
This commit is contained in:
parent
703907fadd
commit
ed81405734
3 changed files with 5 additions and 4 deletions
|
|
@ -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 ---------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
------
|
||||
|
|
|
|||
|
|
@ -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>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue