From d314e193a8b531e8122c95b6e5a1ec0739861555 Mon Sep 17 00:00:00 2001 From: Spoked <5782630+dreulavelle@users.noreply.github.com> Date: Mon, 26 Aug 2024 19:32:19 -0700 Subject: [PATCH] chore(main): release 1.2.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c0d4a..54bf2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/dreulavelle/PTT/compare/v1.2.1...v1.2.2) (2024-08-27) + + +### Bug Fixes + +* fixed remux and shang-chi title returning as chinese ([6088ce3](https://github.com/dreulavelle/PTT/commit/6088ce394887ddada9b5e8560e658ec3962f9794)) + ## [1.2.1](https://github.com/dreulavelle/PTT/compare/v1.2.0...v1.2.1) (2024-08-26) diff --git a/pyproject.toml b/pyproject.toml index af9b3dd..7cc0387 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsett" -version = "1.2.1" +version = "1.2.2" description = "PTT" authors = ["Dreu LaVelle "] license = "MIT"