We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4e858 commit cc36de1Copy full SHA for cc36de1
docs/source/release_notes.rst
@@ -2,6 +2,11 @@
2
Release Notes
3
=============
4
5
+2.12.8
6
+-------
7
+Release date: November 27, 2024
8
+* Fixed bugs in the AI Quick Actions Model Deployment for models registered via Object Storage.
9
+
10
2.12.7
11
-------
12
Release date: November 20, 2024
pyproject.toml
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
21
22
# Required
23
name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
24
-version = "2.12.7"
+version = "2.12.8"
25
26
# Optional
27
description = "Oracle Accelerated Data Science SDK"
0 commit comments