Skip to content

Commit 37ae2ae

Browse files
Prep sdk version 3.61.1 (#1385)
1 parent a18cb76 commit 37ae2ae

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
3+
# Version 3.61.1 (2024-01-25)
4+
## Fixed
5+
* Removed export API limit (5000)
6+
27
# Version 3.61.0 (2024-01-22)
38
# Added
49
* `ModelSlice.get_data_row_identifiers`

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.61.0'
24+
release = '3.61.1'
2525

2626
# -- General configuration ---------------------------------------------------
2727

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "labelbox"
22

3-
__version__ = "3.61.0"
3+
__version__ = "3.61.1"
44

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

0 commit comments

Comments
 (0)