mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-15 00:23:10 +00:00
updated version
This commit is contained in:
parent
af61b9b2f8
commit
5eddca90fe
3 changed files with 5 additions and 4 deletions
|
|
@ -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 ---------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
next release
|
||||
-----
|
||||
0.5.9a
|
||||
------
|
||||
- Added test support for python 3.10
|
||||
- Added pre-commit hook
|
||||
|
||||
0.5.9
|
||||
-----
|
||||
|
|
|
|||
|
|
@ -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 <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue