Skip to content

Commit 893ed1e

Browse files
authored
Merge pull request #759 from Labelbox/ms/prep-3.30.0
prep for release
2 parents 43260f0 + e0bf423 commit 893ed1e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
# Version 3.30.0 (2022-11-11)
4+
### Changed
5+
* create_data_rows, create_data_rows_sync, create_data_row, and update data rows all accept the new data row input format for row data
6+
* create_data_row now accepts an attachment parameter to be consistent with create_data_rows
7+
* Attachment text content and data row in-line text content are automatically uploaded to files on the backend
8+
* Conversational text data rows will be uploaded to a json file automatically on the backend to reduce the amount of i/o required in the SDK.
9+
* Additional details will be outlined in the docs and we will link to them here.
10+
11+
312
# Version 3.29.0 (2022-10-28)
413

514
### Added

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '3.29.0'
24+
release = '3.30.0'
2525

2626
# -- General configuration ---------------------------------------------------
2727

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.29.0"
2+
__version__ = "3.30.0"
33

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

0 commit comments

Comments
 (0)