Skip to content

Commit 3053e78

Browse files
authored
Increment sdk version and update CHANGELOG for sdk release 3.61.2 (#1395)
No reason to wait for sdk tests to finish because this is not a coding change
2 parents a148052 + 8aac6a5 commit 3053e78

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# Version 3.61.2 (2024-01-29)
4+
## Added
5+
* `ModelSlice.get_data_row_identifiers` for Foundry data rows
6+
7+
## Fixed
8+
* `ModelSlice.get_data_row_identifiers` scoping by model run id
9+
310
# Version 3.61.1 (2024-01-25)
411
## Fixed
512
* Removed export API limit (5000)

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.1'
24+
release = '3.61.2'
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.1"
3+
__version__ = "3.61.2"
44

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

0 commit comments

Comments
 (0)