From 10f96b62f1e665372928ae477a48ea35be2403ab Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Wed, 30 Oct 2024 11:51:22 -0700 Subject: [PATCH] Update versions and CHANGELOG --- docs/conf.py | 2 +- libs/labelbox/CHANGELOG.md | 4 ++++ libs/labelbox/pyproject.toml | 2 +- libs/labelbox/src/labelbox/__init__.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b558159a3..2f12b72c1 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.0' +release = '6.0.1' # -- General configuration --------------------------------------------------- diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index 10cd7fd46..1d5854c73 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +# 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)) + # Version 6.0.0 (2024-10-15) ## Added * Deprecation messages to all export_v2 methods([#1865](https://github.com/Labelbox/labelbox-python/pull/1865)) diff --git a/libs/labelbox/pyproject.toml b/libs/labelbox/pyproject.toml index b260ba016..2c8f85fab 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labelbox" -version = "6.0.0" +version = "6.0.1" 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 9700f12a9..fc9068c36 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -1,6 +1,6 @@ name = "labelbox" -__version__ = "6.0.0" +__version__ = "6.0.1" from labelbox.client import Client from labelbox.schema.annotation_import import (