Skip to content

Commit 5007fa4

Browse files
chore(main): release 2.5.4 (#492)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent defc400 commit 5007fa4

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.5.3"}
1+
{".":"2.5.4"}

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.5.4](https://github.com/pndurette/gTTS/compare/v2.5.3...v2.5.4) (2024-11-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **langs:** Language added: `fr-CA` (French (Canada)) ([defc400](https://github.com/pndurette/gTTS/commit/defc4000304f5745b1dfec40ef76eb584fb4a058))
9+
* **langs:** Language added: `fr-CA` (French (Canada)) ([#490](https://github.com/pndurette/gTTS/issues/490)) ([defc400](https://github.com/pndurette/gTTS/commit/defc4000304f5745b1dfec40ef76eb584fb4a058))
10+
311
## [2.5.3](https://github.com/pndurette/gTTS/compare/v2.5.2...v2.5.3) (2024-08-13)
412

513

Diff for: gtts/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.3"
1+
__version__ = "2.5.4"

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.3"
3+
version = "2.5.4"
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)