Skip to content

Prep v6.11.0 #1982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = '2025, Labelbox'
author = 'Labelbox'
release = '6.10.0'
release = '6.11.0'

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

Expand Down
13 changes: 13 additions & 0 deletions libs/labelbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Changelog
# Version 6.11.0 (2025-06-16)
## Added
* Add support to likert scale ([#1980](https://github.com/Labelbox/labelbox-python/pull/1980))
* Add creation of IAM integrations ([#1976](https://github.com/Labelbox/labelbox-python/pull/1976))
* Add workflow management ([#1975](https://github.com/Labelbox/labelbox-python/pull/1975))
* Add model app id to the model run creation and return it ([#1973](https://github.com/Labelbox/labelbox-python/pull/1973))
* Add support for project ontology change ([#1972](https://github.com/Labelbox/labelbox-python/pull/1972))
* Remove mypy from dependencies ([#1968](https://github.com/Labelbox/labelbox-python/pull/1968))

## Fixed
* Update UserGroup to fix project membership ([#1986](https://github.com/Labelbox/labelbox-python/pull/1986))
* Fix ApiKey.created_by for old API keys ([#1967](https://github.com/Labelbox/labelbox-python/pull/1967))

# Version 6.10.0 (2025-04-04)
## Added
* API keys Management: ([#1961](https://github.com/Labelbox/labelbox-python/pull/1961))
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 = "6.10.0"
version = "6.11.0"
description = "Labelbox Python API"
authors = [{ name = "Labelbox", email = "[email protected]" }]
dependencies = [
Expand Down
Loading