We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063f5fb commit d12453cCopy full SHA for d12453c
docs/source/release_notes.rst
@@ -2,6 +2,12 @@
2
Release Notes
3
=============
4
5
+2.11.0
6
+------
7
+Release date: March 19, 2024
8
+
9
+* Internal changes to support upcoming features and changes in Notebook related to Jupyter Lab 3 upgrade
10
11
2.10.1
12
------
13
Release date: February 7, 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.10.1"
+version = "2.11.0"
25
26
# Optional
27
description = "Oracle Accelerated Data Science SDK"
0 commit comments