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](280e1fc29c))
This commit is contained in:
semantic-release-bot 2022-10-21 07:45:59 +00:00
parent 92fbd94c4f
commit 0d1f722293
2 changed files with 2 additions and 2 deletions

View file

@ -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": {

View file

@ -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 <cpickering@rhc.net>"]