Skip to content

Commit e911eca

Browse files
author
Kevin Kim
committed
Prep 3.30.1
1 parent 3df20a0 commit e911eca

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

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)