diff --git a/docs/src/docs/changelog.md b/docs/src/docs/changelog.md index e25e65f..0f055b0 100644 --- a/docs/src/docs/changelog.md +++ b/docs/src/docs/changelog.md @@ -8,7 +8,8 @@ keywords: template linter, template formatter, djLint, HTML, templates, formatte # Changelog -## Next Release + +## 0.7.5 ::: content diff --git a/docs/src/ru/docs/changelog.md b/docs/src/ru/docs/changelog.md index 29528e4..7d6e40b 100644 --- a/docs/src/ru/docs/changelog.md +++ b/docs/src/ru/docs/changelog.md @@ -8,7 +8,8 @@ keywords: облицовка шаблонов, форматер шаблонов # Изменения -## {{ "next_release" i18n }} + +## 0.7.5 ::: content diff --git a/package.json b/package.json index 4a854f1..4214f99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "0.7.4", + "version": "0.7.5", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 3281e4f..2725f39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="0.7.4" +version="0.7.5" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]