Skip to content

Commit b84bbb0

Browse files
Merge pull request #801 from Labelbox/kkim/prep_3.33.1
Prep 3.33.1
2 parents bf1d3e4 + a61f7e8 commit b84bbb0

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.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

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.33.0'
24+
release = '3.33.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.33.0"
2+
__version__ = "3.33.1"
33

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

0 commit comments

Comments
 (0)