mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-20 05:10:59 +00:00
updated version. closes #151
This commit is contained in:
parent
8ff71789be
commit
c1857efb8d
3 changed files with 6 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
project = "djlint"
|
||||
copyright = "2021, Riverside Healthcare"
|
||||
author = "Christopher Pickering"
|
||||
release = "0.6.5"
|
||||
release = "0.6.6"
|
||||
version = release
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.6.6
|
||||
-----
|
||||
- Big fixes
|
||||
|
||||
0.6.5
|
||||
-----
|
||||
- Updated output paths to be relative to the project root
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name="djlint"
|
||||
version="0.6.5"
|
||||
version="0.6.6"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue