Skip to content

Commit 459c370

Browse files
authored
[PLT-0] prep 3.69.0 (#1577)
1 parent 4ffa7a7 commit 459c370

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
project = 'Python SDK reference'
1717
copyright = '2024, Labelbox'
1818
author = 'Labelbox'
19-
release = '3.68.0'
19+
release = '3.69.0'
2020

2121
# -- General configuration ---------------------------------------------------
2222

libs/labelbox/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
# Version 3.69.0 (2024-04-25)
3+
## Added
4+
* Support to export embeddings from the SDK
5+
6+
## Fixed
7+
* Used OpenCV's headless library in replacement of OpenCV's default library
8+
29
# Version 3.68.0 (2024-04-16)
310
## Added
411
* Added support for embeddings.

libs/labelbox/src/labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "labelbox"
22

3-
__version__ = "3.68.0"
3+
__version__ = "3.69.0"
44

55
from labelbox.client import Client
66
from labelbox.schema.project import Project

0 commit comments

Comments
 (0)