Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.5.4"}
{".":"2.5.5"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.5.5](https://github.com/pndurette/gTTS/compare/v2.5.4...v2.5.5) (2025-05-11)


### Bug Fixes

* **langs:** Upstream brought back 'fr-CA' (even though it sounds the same as 'fr') so removing it from the DeprecationWarning ([b8d1b3e](https://github.com/pndurette/gTTS/commit/b8d1b3e3fe1339058d1a8de3a75a0b86e4d39c64))


### Documentation

* Replaced the link the old one was broken ([#508](https://github.com/pndurette/gTTS/issues/508)) ([25271b2](https://github.com/pndurette/gTTS/commit/25271b29bea0d42745dca95f237313f3bf3eb5cb))

## [2.5.4](https://github.com/pndurette/gTTS/compare/v2.5.3...v2.5.4) (2024-11-10)


Expand Down
2 changes: 1 addition & 1 deletion gtts/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.5.4"
__version__ = "2.5.5"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gTTS"
version = "2.5.4"
version = "2.5.5"
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"
Expand Down