Skip to content

Commit

Permalink
Bumped sdk version to 3.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrodsky committed Jun 4, 2024
1 parent 7c985db commit 85c3dd8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
project = 'Python SDK reference'
copyright = '2024, Labelbox'
author = 'Labelbox'
release = '3.71.0'
release = '3.72.0'

# -- General configuration ---------------------------------------------------

Expand Down
11 changes: 11 additions & 0 deletions libs/labelbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog
# Version 3.72.0 (2024-06-04)
## Added
* Update Dataset `create_data_rows` to allow upload of unlimited number of data rows
* New Dataset methods for iam_integraton: `add_iam_integration`, `remove_iam_integration`
* Project `clone`
* Project `get_overview`

## Notebooks
* Added model evaluation SDK method notebook
* Added quick start notebook geared towards new users

# Version 3.71.0 (2024-05-28)
## Added
* `project.get_overview()` to be able to retrieve project details (#1615)
Expand Down
2 changes: 1 addition & 1 deletion libs/labelbox/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "labelbox"
version = "3.71.0"
version = "3.72.0"
description = "Labelbox Python API"
authors = [
{ name = "Labelbox", email = "[email protected]" }
Expand Down
2 changes: 1 addition & 1 deletion libs/labelbox/src/labelbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "labelbox"

__version__ = "3.71.0"
__version__ = "3.72.0"

from labelbox.client import Client
from labelbox.schema.project import Project
Expand Down

0 comments on commit 85c3dd8

Please sign in to comment.