Skip to content

Commit 4507ff9

Browse files
authored
Prep sdk version 3.61.0 (#1374)
Not a code change, no need to wait for integration tests
2 parents 007c28b + 0d0e3fc commit 4507ff9

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
# Version 3.61.0 (2024-01-22)
3+
# Added
4+
* `ModelSlice.get_data_row_identifiers`
5+
* Fetches all data row ids and global keys for the model slice
6+
## Updated
7+
* Updated exports v1 deprecation date to April 30th, 2024
8+
* Remove `streamable` param from export_v2 methods
9+
210
# Version 3.60.0 (2024-01-17)
311
## Added
412
* Get resource tags from a project

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.60.0'
24+
release = '3.61.0'
2525

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

docs/source/index.rst

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -203,19 +203,11 @@ ResourceTag
203203
:members:
204204
:show-inheritance:
205205

206-
Slice
207-
-----------------------------------------
208-
209-
.. automodule:: labelbox.schema.slice
210-
:members: Slice
211-
:exclude-members: CatalogSlice
212-
:show-inheritance:
213206

214-
CatalogSlice
215-
-----------------------------------------
216-
.. automodule:: labelbox.schema.slice
217-
:members: CatalogSlice
218-
:exclude-members: Slice
207+
Slice
208+
---------------------------
209+
.. automodule:: labelbox.schema.slices
210+
:members:
219211
:show-inheritance:
220212

221213
QualityMode

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.60.0"
3+
__version__ = "3.61.0"
44

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

0 commit comments

Comments
 (0)