From 6465ea50f03cf0c881f05d556f59ab1d1e2b9edc Mon Sep 17 00:00:00 2001 From: Kevin Kim Date: Wed, 24 May 2023 18:14:30 -0700 Subject: [PATCH] Prep 3.47.1 --- CHANGELOG.md | 3 +++ docs/source/conf.py | 2 +- labelbox/__init__.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 750e985c1..94650f4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# Version 3.47.1 (2023-05-24) +* Rerelease from master branch + # Version 3.47.0 (2023-05-23) ## Added * Support for interpolated frames to export v2 diff --git a/docs/source/conf.py b/docs/source/conf.py index e768fc955..e337525f9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,7 +21,7 @@ copyright = '2021, Labelbox' author = 'Labelbox' -release = '3.47.0' +release = '3.47.1' # -- General configuration --------------------------------------------------- diff --git a/labelbox/__init__.py b/labelbox/__init__.py index 36d747ad7..d1e18b3ad 100644 --- a/labelbox/__init__.py +++ b/labelbox/__init__.py @@ -1,5 +1,5 @@ name = "labelbox" -__version__ = "3.47.0" +__version__ = "3.47.1" from backports.datetime_fromisoformat import MonkeyPatch