From 44c4fa3d877ef1cc2ebae5e34b2aafc9419701f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 21:08:54 -0400 Subject: [PATCH] chore(main): release 2.5.2 (#478) 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 2eb9905..c6f7f69 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.5.1"} \ No newline at end of file +{".":"2.5.2"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d26cadd..5d34447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.2](https://github.com/pndurette/gTTS/compare/v2.5.1...v2.5.2) (2024-07-20) + + +### Bug Fixes + +* **langs:** Languages added: `am` (Amharic), `cy` (Welsh), `eu` (Basque), `gl` (Galician), `ha` (Hausa), `lt` (Lithuanian), `pa` (Punjabi) ([#477](https://github.com/pndurette/gTTS/issues/477)) ([b04d6d1](https://github.com/pndurette/gTTS/commit/b04d6d1ccfdd5dbb468ddd680e7d63435e3dea2c)) + ## [2.5.1](https://github.com/pndurette/gTTS/compare/v2.5.0...v2.5.1) (2024-01-29) diff --git a/gtts/version.py b/gtts/version.py index 7a2056f..667b52f 100644 --- a/gtts/version.py +++ b/gtts/version.py @@ -1 +1 @@ -__version__ = "2.5.1" +__version__ = "2.5.2" diff --git a/pyproject.toml b/pyproject.toml index 7e86fda..3ccf7c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gTTS" -version = "2.5.1" +version = "2.5.2" 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"