diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 36c4ef2df..986556261 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -2,6 +2,13 @@ Release Notes ============= +2.13.20 +------- +Release date: Sep 29, 2025 + +* AI Quick Actions fixes and enhancements. + + 2.13.19 ------- Release date: Sep 10, 2025 diff --git a/pyproject.toml b/pyproject.toml index ca1e90db0..3df634053 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.19" +version = "2.13.20" # Optional description = "Oracle Accelerated Data Science SDK"