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 1
1
# Changelog
2
2
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
+
3
7
# Version 3.33.0 (2022-12-13)
4
8
### Added
5
9
* Added SDK support for creating batches with up to 100k data rows
Original file line number Diff line number Diff line change 21
21
copyright = '2021, Labelbox'
22
22
author = 'Labelbox'
23
23
24
- release = '3.33.0 '
24
+ release = '3.33.1 '
25
25
26
26
# -- General configuration ---------------------------------------------------
27
27
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.33.0 "
2
+ __version__ = "3.33.1 "
3
3
4
4
from labelbox .client import Client
5
5
from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments