From dd4d138b9911ffb495654fa712dfb6e3963458bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:25:32 -0400 Subject: [PATCH] chore(main): release 2.5.3 (#481) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ gtts/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c6f7f69..974e907 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.5.2"} \ No newline at end of file +{".":"2.5.3"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d34447..a89c7b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.3](https://github.com/pndurette/gTTS/compare/v2.5.2...v2.5.3) (2024-08-13) + + +### Bug Fixes + +* **langs:** Languages added: `pt-PT` (Portuguese (Portugal)), `yue` (Cantonese); languages modified: `pa` (Punjabi (Gurmukhi)), `pt` (Portuguese (Brazil)) ([72a7e57](https://github.com/pndurette/gTTS/commit/72a7e57c0bfa2a6f1f81fc4ce485d9f920ae845c)) + ## [2.5.2](https://github.com/pndurette/gTTS/compare/v2.5.1...v2.5.2) (2024-07-20) diff --git a/gtts/version.py b/gtts/version.py index 667b52f..43b48b6 100644 --- a/gtts/version.py +++ b/gtts/version.py @@ -1 +1 @@ -__version__ = "2.5.2" +__version__ = "2.5.3" diff --git a/pyproject.toml b/pyproject.toml index 75e3bf2..49f2415 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gTTS" -version = "2.5.2" +version = "2.5.3" description = "gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with Google Translate text-to-speech API" authors = [{name = "Pierre Nicolas Durette", email = "pndurette@gmail.com"}] requires-python = ">=3.7"