updated version. closes #151

This commit is contained in:
Christopher Pickering 2021-11-29 11:00:10 +01:00
parent 8ff71789be
commit c1857efb8d
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
3 changed files with 6 additions and 2 deletions

View file

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

View file

@ -1,6 +1,10 @@
Changelog
=========
0.6.6
-----
- Big fixes
0.6.5
-----
- Updated output paths to be relative to the project root

View file

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