We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d11e3c commit 267d206Copy full SHA for 267d206
docs/source/release_notes.rst
@@ -2,6 +2,15 @@
2
Release Notes
3
=============
4
5
+2.13.6
6
+-------
7
+Release date: April 7, 2025
8
+
9
+* Fixed PII operator report generator script to use the latest code from ``report-creator``.
10
+* AI Quick Actions: Enhance the container family validation for multi-model deployment.
11
+* AI Quick Actions: Removing OSS bucket config dependency.
12
13
14
2.13.5
15
-------
16
Release date: April 3, 2025
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.13.5"
+version = "2.13.6"
25
26
# Optional
27
description = "Oracle Accelerated Data Science SDK"
0 commit comments