Skip to content

Commit d814fcb

Browse files
authored
Pre-release PR for 3.52.0 (#1220)
2 parents 7339d55 + c4bdab4 commit d814fcb

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,4 +1,8 @@
11
# Changelog
2+
# Version 3.52.0 (2023-08-24)
3+
## Added
4+
* Added methods to create multiple batches for a project from a list of data rows
5+
* Limit the number of data rows to be checked for processing status
26
# Version 3.51.0 (2023-08-14)
37
## Added
48
* Added global keys to export v2 filters for project, dataset and DataRow

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.51.0'
24+
release = '3.52.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.51.0"
2+
__version__ = "3.52.0"
33

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

0 commit comments

Comments
 (0)