File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # Version 3.33.1 (2022-12-14)
4+ ### Fixed
5+ * Fixed where batch creation limit was still limiting # of data rows. SDK should now support creating batches with up to 100k data rows
6+
37# Version 3.33.0 (2022-12-13)
48### Added
59* Added SDK support for creating batches with up to 100k data rows
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.33.0 '
24+ release = '3.33.1 '
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.33.0 "
2+ __version__ = "3.33.1 "
33
44from labelbox .client import Client
55from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments