From feaf687c9b782f315027eb4945da7492c8670eb8 Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Tue, 12 Nov 2024 14:57:07 -0800 Subject: [PATCH] Release 6.1.0 prep PR (#1899) --- docs/conf.py | 2 +- libs/labelbox/CHANGELOG.md | 12 ++++++++++++ libs/labelbox/pyproject.toml | 2 +- libs/labelbox/src/labelbox/__init__.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2f12b72c1..a5a60f86c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = 'Python SDK reference' copyright = '2024, Labelbox' author = 'Labelbox' -release = '6.0.1' +release = '6.1.0' # -- General configuration --------------------------------------------------- diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index 1d5854c73..ceb4b369f 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -1,4 +1,16 @@ # Changelog +# Version 6.1.0 (2024-11-12) +## Added +* Support for step reasoning ontology tool([#1894](https://github.com/Labelbox/labelbox-python/pull/1894), [#1882](https://github.com/Labelbox/labelbox-python/pull/1882), [#1879](https://github.com/Labelbox/labelbox-python/pull/1879)) + +## Fixed +* Use valid lbox.exception in client IAMIntegration validation([#1887](https://github.com/Labelbox/labelbox-python/pull/1887)) +* Improve SDK method name detection for Datadog dashboard([#1880](https://github.com/Labelbox/labelbox-python/pull/1880)) +* Limit labeling front end visibility and mentions of a custom editor([#1877](https://github.com/Labelbox/labelbox-python/pull/1877)) +* Remove all unused python imports([#1876](https://github.com/Labelbox/labelbox-python/pull/1876)) +* Remove bulk import request from readthedocs([#1872](https://github.com/Labelbox/labelbox-python/pull/1872)) + + # Version 6.0.1 (2024-10-30) ## Fixed * Updated labelbox.exception to lbox.exception for IAMIntegration check([#1887](https://github.com/Labelbox/labelbox-python/pull/1887)) diff --git a/libs/labelbox/pyproject.toml b/libs/labelbox/pyproject.toml index 2c8f85fab..e6bd8de44 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labelbox" -version = "6.0.1" +version = "6.1.0" description = "Labelbox Python API" authors = [{ name = "Labelbox", email = "engineering@labelbox.com" }] dependencies = [ diff --git a/libs/labelbox/src/labelbox/__init__.py b/libs/labelbox/src/labelbox/__init__.py index fc9068c36..60940fa22 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -1,6 +1,6 @@ name = "labelbox" -__version__ = "6.0.1" +__version__ = "6.1.0" from labelbox.client import Client from labelbox.schema.annotation_import import (