From 53c6cb425e1c109a73f5609c9e7d159b6e5888ba Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Wed, 8 Sep 2021 11:53:31 +0200 Subject: [PATCH] updated version --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e200932..0054e22 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = "djlint" copyright = "2021, Riverside Healthcare" author = "Christopher Pickering" -release = "0.3.5" +release = "0.3.6" version = release # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 0928675..6752382 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="0.3.5" +version="0.3.6" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]