From 726a6dec9755fb3d2305e0144332fbe606ad8e31 Mon Sep 17 00:00:00 2001 From: Spoked <5782630+dreulavelle@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:15:33 -0700 Subject: [PATCH] chore(main): release 1.2.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 393c372..c0c0d4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/dreulavelle/PTT/compare/v1.2.0...v1.2.1) (2024-08-26) + + +### Bug Fixes + +* added translate langs to parse_title as well ([0324964](https://github.com/dreulavelle/PTT/commit/032496493cfbb4c92de0c5532784b70aff96c4ac)) + ## [1.2.0](https://github.com/dreulavelle/PTT/compare/v1.1.0...v1.2.0) (2024-08-26) diff --git a/pyproject.toml b/pyproject.toml index 347dbb2..af9b3dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsett" -version = "1.2.0" +version = "1.2.1" description = "PTT" authors = ["Dreu LaVelle "] license = "MIT"