From e5305069638fe4cd988821b8874dcc71e7ec5954 Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Thu, 2 Jan 2025 15:01:42 -0800 Subject: [PATCH 1/2] Add CHANGELOG --- libs/labelbox/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index 22c59b59d..b8e95b198 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +# Version 6.5.0 (2025-01-03) +## Added +* Support include predictions in catalog exports([#1935](https://github.com/Labelbox/labelbox-python/pull/1935)) + # Version 6.4.0 (2024-12-19) * Add feature schema attributes to support auto ocr tool in ontologies([#1930](https://github.com/Labelbox/labelbox-python/pull/1930)) * Move to task queue task id to be optional with default as None for better type support ([#1929](https://github.com/Labelbox/labelbox-python/pull/1929)) From 43bd3db53e296b5a0f7967199457aad4d87e3460 Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Fri, 3 Jan 2025 12:39:05 -0800 Subject: [PATCH 2/2] Bump versions --- docs/conf.py | 2 +- libs/labelbox/pyproject.toml | 2 +- libs/labelbox/src/labelbox/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 914c37e54..99380e241 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = 'Python SDK reference' copyright = '2024, Labelbox' author = 'Labelbox' -release = '6.4.0' +release = '6.5.0' # -- General configuration --------------------------------------------------- diff --git a/libs/labelbox/pyproject.toml b/libs/labelbox/pyproject.toml index a5425f9cd..e5012ce68 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labelbox" -version = "6.4.0" +version = "6.5.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 8e79e936d..613d88759 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -1,6 +1,6 @@ name = "labelbox" -__version__ = "6.4.0" +__version__ = "6.5.0" from labelbox.client import Client from labelbox.schema.annotation_import import (