Skip to content

Commit 44c4fa3

Browse files
chore(main): release 2.5.2 (#478)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b04d6d1 commit 44c4fa3

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.5.1"}
1+
{".":"2.5.2"}

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.5.2](https://github.com/pndurette/gTTS/compare/v2.5.1...v2.5.2) (2024-07-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [2.5.1](https://github.com/pndurette/gTTS/compare/v2.5.0...v2.5.1) (2024-01-29)
411

512

Diff for: gtts/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.1"
1+
__version__ = "2.5.2"

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gTTS"
3-
version = "2.5.1"
3+
version = "2.5.2"
44
description = "gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with Google Translate text-to-speech API"
55
authors = [{name = "Pierre Nicolas Durette", email = "[email protected]"}]
66
requires-python = ">=3.7"

0 commit comments

Comments
 (0)