From d22bed16466db1f85f160a2d93c9b0452131c067 Mon Sep 17 00:00:00 2001 From: Dmitrii Cherkasov Date: Wed, 20 Nov 2024 10:40:30 -0800 Subject: [PATCH] Bumps the ADS version to 2.12.7 --- docs/source/release_notes.rst | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index f5bf0859c..ca9ca58b9 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -2,6 +2,11 @@ Release Notes ============= +2.12.7 +------- +Release date: November 20, 2024 +* Fixed bugs in the AI Quick Actions Evaluation. + 2.12.6 ------- Release date: November 12, 2024 @@ -9,7 +14,6 @@ Release date: November 12, 2024 * Support using environment variable to override AI Quick Actions Fine Tuning container image. * Adding metadata in telemetry error logging for AI Quick Actions. - 2.12.5 ------- Release date: November 10, 2024 diff --git a/pyproject.toml b/pyproject.toml index 8cf2a63f9..218e44181 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.12.6" +version = "2.12.7" # Optional description = "Oracle Accelerated Data Science SDK"