From dac04dd431f0b74d1159b58e224e8700ecd3f06f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Sep 2022 07:31:19 +0000 Subject: [PATCH] chore(release): 1.17.3 [skip ci] ## [1.17.3](https://github.com/Riverside-Healthcare/djLint/compare/v1.17.2...v1.17.3) (2022-09-26) ### Bug Fixes * **linter:** fixed false positive on H017. Added test ([17ff881](https://github.com/Riverside-Healthcare/djLint/commit/17ff88104530c8b13077ae0d4aae82cb0f888876)), closes [#406](https://github.com/Riverside-Healthcare/djLint/issues/406) * **linter:** fixed false positive on T002. Added tests ([67e8c64](https://github.com/Riverside-Healthcare/djLint/commit/67e8c647622abb655d1cd7c0ea1757262ab8b60e)), closes [#405](https://github.com/Riverside-Healthcare/djLint/issues/405) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fd814db..dd6001c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.17.2", + "version": "1.17.3", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 0088f2c..e9610e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.17.2" +version="1.17.3" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]