From b3f9d7c5ea1a9519f971be938b78fcfcb0bf8b14 Mon Sep 17 00:00:00 2001 From: Qiu Qin Date: Thu, 23 Oct 2025 13:28:18 -0400 Subject: [PATCH] Release v2.13.21 --- docs/source/release_notes.rst | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 986556261..6bc6da4c4 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -2,6 +2,13 @@ Release Notes ============= +2.13.21 +------- +Release date: Oct 23, 2025 +* Support editing multi-model deployment. +* AI Quick Actions fixes and enhancements. + + 2.13.20 ------- Release date: Sep 29, 2025 diff --git a/pyproject.toml b/pyproject.toml index 6c26abf41..c827d9979 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.20" +version = "2.13.21" # Optional description = "Oracle Accelerated Data Science SDK"