diff --git a/package.json b/package.json index ea39a58..e497aad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.12.0", + "version": "1.12.1", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 4fe6571..223bd63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.12.0" +version="1.12.1" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "] diff --git a/src/djlint/formatter/expand.py b/src/djlint/formatter/expand.py index 1b718ab..098ec6d 100644 --- a/src/djlint/formatter/expand.py +++ b/src/djlint/formatter/expand.py @@ -59,7 +59,6 @@ def expand_html(html: str, config: Config) -> str: add_right, html, ) - print(html) # template tag breaks def should_i_move_template_tag(out_format: str, match: re.Match) -> str: