We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18cb76 commit 37ae2aeCopy full SHA for 37ae2ae
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+
3
+# Version 3.61.1 (2024-01-25)
4
+## Fixed
5
+* Removed export API limit (5000)
6
7
# Version 3.61.0 (2024-01-22)
8
# Added
9
* `ModelSlice.get_data_row_identifiers`
docs/source/conf.py
@@ -21,7 +21,7 @@
21
copyright = '2021, Labelbox'
22
author = 'Labelbox'
23
24
-release = '3.61.0'
+release = '3.61.1'
25
26
# -- General configuration ---------------------------------------------------
27
labelbox/__init__.py
@@ -1,6 +1,6 @@
name = "labelbox"
-__version__ = "3.61.0"
+__version__ = "3.61.1"
from labelbox.client import Client
from labelbox.schema.project import Project
0 commit comments