From 08ae853e704833285755282a0badf3f968ae109c Mon Sep 17 00:00:00 2001 From: Spoked <5782630+dreulavelle@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:37:03 -0700 Subject: [PATCH] chore(main): release 1.2.6 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1224ea2..5e26026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.6](https://github.com/dreulavelle/PTT/compare/v1.2.5...v1.2.6) (2024-09-01) + + +### Bug Fixes + +* fixed upscaled handler due to missing ? in pattern ([56e1fde](https://github.com/dreulavelle/PTT/commit/56e1fde6e4f2bd77d927f049141197e386ae32f6)) + ## [1.2.5](https://github.com/dreulavelle/PTT/compare/v1.2.4...v1.2.5) (2024-09-01) diff --git a/pyproject.toml b/pyproject.toml index d6e3bf5..953a74f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsett" -version = "1.2.5" +version = "1.2.6" description = "PTT" authors = ["Dreu LaVelle "] license = "MIT"