From 5eddca90fe74a53373e9e270f52342799371636b Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Mon, 15 Nov 2021 10:19:54 +0100 Subject: [PATCH] updated version --- docs/conf.py | 2 +- docs/djlint/changelog.rst | 5 +++-- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e2f824d..8d745f4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = "djlint" copyright = "2021, Riverside Healthcare" author = "Christopher Pickering" -release = "0.5.9" +release = "0.5.9a" version = release # -- General configuration --------------------------------------------------- diff --git a/docs/djlint/changelog.rst b/docs/djlint/changelog.rst index 3762a6d..cb0c61a 100644 --- a/docs/djlint/changelog.rst +++ b/docs/djlint/changelog.rst @@ -1,9 +1,10 @@ Changelog ========= -next release ------ +0.5.9a +------ - Added test support for python 3.10 +- Added pre-commit hook 0.5.9 ----- diff --git a/pyproject.toml b/pyproject.toml index c0d5d86..462916c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="0.5.9" +version="0.5.9a" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]