diff --git a/ads/aqua/version.json b/ads/aqua/version.json index 84fb2b6f9..1edef08cc 100644 --- a/ads/aqua/version.json +++ b/ads/aqua/version.json @@ -1,3 +1,3 @@ { - "aqua": "1.0.8" + "aqua": "2.0.0" } diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 6bc6da4c4..63cb72ef8 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -2,6 +2,14 @@ Release Notes ============= +2.14.0 +------ +Release date: Nov 7, 2025 + +* AI Quick Actions: Added support for Group Multi-Model Deployment and Stacked Model Deployment. +* AI Quick Actions: Introduced zero-time update for stacked model deployments via CLI. + + 2.13.21 ------- Release date: Oct 23, 2025 diff --git a/pyproject.toml b/pyproject.toml index e4e1d63ea..7c7b1d477 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi" # Required name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below -version = "2.13.21" +version = "2.14.0" # Optional description = "Oracle Accelerated Data Science SDK"