From 51c968a099fe3fbbcaae11ee683123bb01fa1755 Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Wed, 9 Oct 2024 17:35:49 -0700 Subject: [PATCH] Release v.5.2.1 prep --- docs/conf.py | 2 +- libs/labelbox/CHANGELOG.md | 6 +++++- libs/labelbox/pyproject.toml | 2 +- libs/labelbox/src/labelbox/__init__.py | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5f1d50567..07656e3a0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = 'Python SDK reference' copyright = '2024, Labelbox' author = 'Labelbox' -release = '5.2.0' +release = '5.2.1' # -- General configuration --------------------------------------------------- diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index 781e90ba4..c6a21580c 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -# Version 5.2.0 (2024-10-09) +# Version 5.2.1 (2024-10-09) ## Fixed +* Exporter encoding + +# Version 5.2.0 (2024-10-09) +## Added * Support data row / batch for live mmc projects([#1856](https://github.com/Labelbox/labelbox-python/pull/1856)) # Version 5.1.0 (2024-09-27) diff --git a/libs/labelbox/pyproject.toml b/libs/labelbox/pyproject.toml index 7b65e5bef..ee2f9b859 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labelbox" -version = "5.2.0" +version = "5.2.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 f5f6cd017..b0f4ebe11 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -1,6 +1,6 @@ name = "labelbox" -__version__ = "5.2.0" +__version__ = "5.2.1" from labelbox.client import Client from labelbox.schema.annotation_import import (