Skip to content

Commit 1e1c5c8

Browse files
authored
Pre-release PR for 3.51.0 (#1205)
1 parent 874a097 commit 1e1c5c8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog
2+
# Version 3.51.0 (2023-08-14)
3+
## Added
4+
* Added global keys to export v2 filters for project, dataset and DataRow
5+
* Added workflow task status filtering for export v2
6+
7+
## Notebooks
8+
* Removed labels notebook, since almost all of the relevant methods in the notebook were not compatible with workflow paradigm.
9+
* Updated project.ipynb to use batches not datasets
10+
211
# Version 3.50.0 (2023-08-04)
312
## Added
413
* Support batch_ids filter for projects in Exports v2

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.50.0'
24+
release = '3.51.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.50.0"
2+
__version__ = "3.51.0"
33

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

0 commit comments

Comments
 (0)