From 19803b605ee680f5fda22af8a8eb86d62d7ec0f2 Mon Sep 17 00:00:00 2001 From: Gabefire <33893811+Gabefire@users.noreply.github.com> Date: Tue, 18 Mar 2025 10:31:55 -0500 Subject: [PATCH] version bump --- docs/conf.py | 2 +- libs/labelbox/CHANGELOG.md | 5 +++++ libs/labelbox/pyproject.toml | 2 +- libs/labelbox/src/labelbox/__init__.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c98167b68..296276c83 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = 'Python SDK reference' copyright = '2025, Labelbox' author = 'Labelbox' -release = '6.8.0' +release = '6.9.0' # -- General configuration --------------------------------------------------- diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index 6c32ebf44..c51319794 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +# Version 6.9.0 (2025-03-17) +## Added +* Provide support to cancel tasks ([#1957](https://github.com/Labelbox/labelbox-python/pull/1957)) +* Added support for AUDIO attachment type ([#1956](https://github.com/Labelbox/labelbox-python/pull/1956)) + Version 6.8.0 (2025-02-20) ### Added Support for Source Ontology Names in Relationships diff --git a/libs/labelbox/pyproject.toml b/libs/labelbox/pyproject.toml index 46393624d..01d94b830 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labelbox" -version = "6.8.0" +version = "6.9.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 663028916..9759cb2e3 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -1,6 +1,6 @@ name = "labelbox" -__version__ = "6.8.0" +__version__ = "6.9.0" from labelbox.client import Client from labelbox.schema.annotation_import import (