Skip to content

Commit 0ccd47b

Browse files
Merge pull request #797 from Labelbox/kkim/prep_3.33.0
Prep 3.33.0
2 parents b128d39 + cfb87ff commit 0ccd47b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3-
# Version X.XX.X (Unreleased)
3+
# Version 3.33.0 (2022-12-13)
44
### Added
55
* Added SDK support for creating batches with up to 100k data rows
6+
* Added optional media_type to `client.create_ontology_from_feature_schemas()` and `client.create_ontology()`
7+
8+
### Changed
9+
* String representation of `DbObject` subclasses are now formatted
610

711
# Version 3.32.0 (2022-12-02)
812
### 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.32.0'
24+
release = '3.33.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.32.0"
2+
__version__ = "3.33.0"
33

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

0 commit comments

Comments
 (0)