mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-14 16:23:08 +00:00
updated version
This commit is contained in:
parent
e81cb9cc64
commit
85284228a2
3 changed files with 4 additions and 4 deletions
|
|
@ -12,7 +12,7 @@
|
|||
project = "djlint"
|
||||
copyright = "2021, Riverside Healthcare"
|
||||
author = "Christopher Pickering"
|
||||
release = "0.6.0"
|
||||
release = "0.6.1"
|
||||
version = release
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
next release
|
||||
------------
|
||||
0.6.1
|
||||
-----
|
||||
- Bug fixes
|
||||
- Made rule T028 stricter with clearer message
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name="djlint"
|
||||
version="0.6.0"
|
||||
version="0.6.1"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue