From a41a37c0d888c74893f0941f1b23d122a96f5797 Mon Sep 17 00:00:00 2001 From: Steven Pan Date: Mon, 24 Aug 2026 14:07:45 -0700 Subject: [PATCH] Release sonilo 0.15.3, sonilo-cli 0.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ships the ar/tr/vi/id dubbing documentation. Patch on both: the SDK's language list lives in prose (README, context7 rule) and the CLI's in --languages help text, so nothing about either package's behaviour changed — a caller who already knew the codes could always pass them. Both bump together because the change touched both: the SDK's README and context7.json, the CLI's argparse help and its own README. Co-Authored-By: Claude Opus 5 (1M context) --- pyproject.toml | 2 +- sonilo-cli/pyproject.toml | 2 +- sonilo-cli/src/sonilo_cli/__init__.py | 2 +- src/sonilo/_version.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37fc132..68710d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "sonilo" -version = "0.15.2" +version = "0.15.3" description = "Official Python client for the Sonilo API" readme = "README.md" license = "MIT" diff --git a/sonilo-cli/pyproject.toml b/sonilo-cli/pyproject.toml index c8a89ff..bb72fa1 100644 --- a/sonilo-cli/pyproject.toml +++ b/sonilo-cli/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "sonilo-cli" -version = "0.14.2" +version = "0.14.3" description = "Command-line interface for the Sonilo API: generate music and sound effects from text or video" readme = "README.md" license = "MIT" diff --git a/sonilo-cli/src/sonilo_cli/__init__.py b/sonilo-cli/src/sonilo_cli/__init__.py index eda8fca..f7c4098 100644 --- a/sonilo-cli/src/sonilo_cli/__init__.py +++ b/sonilo-cli/src/sonilo_cli/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.14.2" +__version__ = "0.14.3" __all__ = ["__version__"] diff --git a/src/sonilo/_version.py b/src/sonilo/_version.py index c0d4999..8066fa2 100644 --- a/src/sonilo/_version.py +++ b/src/sonilo/_version.py @@ -1 +1 @@ -__version__ = "0.15.2" +__version__ = "0.15.3"