From 0d1f7222934a65aa71ecf259ca772bbebada66ae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Oct 2022 07:45:59 +0000 Subject: [PATCH] chore(release): 1.19.2 [skip ci] ## [1.19.2](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.1...v1.19.2) (2022-10-21) ### Bug Fixes * **windows+py3.9:** fixed an issue on windows with py3.9 and stdin ([280e1fc](https://github.com/Riverside-Healthcare/djLint/commit/280e1fc29c0443660b3360644b448369b73e6178)) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 356639d09..fdb495fe9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.19.1", + "version": "1.19.2", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 0d6075419..ad65ac851 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.19.1" +version="1.19.2" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]