Skip to content

Commit 802ec0e

Browse files
Merge pull request #766 from Labelbox/kkim/prep_3.30.1
[AL-0] Prep 3.30.1
2 parents 2f80951 + e911eca commit 802ec0e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

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

3+
# Version 3.30.1 (2022-11-16)
4+
### Fixed
5+
* Running `project.setup_editor()` multiple times no longer resets the ontology, and instead raises an error if the editor is already set up for the project
6+
37
# Version 3.30.0 (2022-11-11)
48
### Changed
59
* 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
610
* 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
811
* 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-
12-
# Version 3.29.0 (2022-10-28)
1312

13+
# Version 3.29.0 (2022-11-02)
1414
### Added
1515
* Added new base `Slice` Entity/DbObject and `CatalogSlice` class
1616
* Added `client.get_catalog_slice(id)` to fetch a CatalogSlice by ID

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.30.0'
24+
release = '3.30.1'
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.30.0"
2+
__version__ = "3.30.1"
33

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

0 commit comments

Comments
 (0)