diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 2c1226810..3262021c7 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -2,6 +2,12 @@ Release Notes ============= +2.12.5 +------- +Release date: November 10, 2024 + +* Fixed bugs in the AI Quick Actions Evaluation. + 2.12.4 ------- Release date: November 7, 2024 @@ -131,7 +137,7 @@ Release date: April 24, 2024 Release date: April 18, 2024 * Fixed the bug in ``ADSDataset.show_in_notebook()``. -* Updated langchain version. +* Updated langchain version. 2.11.6 diff --git a/pyproject.toml b/pyproject.toml index 39f8d1e13..833fefed6 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.4" +version = "2.12.5" # Optional description = "Oracle Accelerated Data Science SDK"