Skip to content

Commit 352d161

Browse files
Merge pull request #776 from Labelbox/kkim/prep_3.30.2
Prep 3.30.2
2 parents 0063709 + 19d076e commit 352d161

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
# Version 3.30.2 (2022-11-28)
4+
### Added
5+
* Added `client.clear_global_keys()` to remove global keys from their associated data rows
6+
7+
### Fixed
8+
* Fixed `project.create_batch()` to work with both data_row_ids and data_row objects
9+
310
# Version 3.30.1 (2022-11-16)
411
### Fixed
512
* 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

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

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

0 commit comments

Comments
 (0)