Skip to content

Commit c2127c8

Browse files
author
Val Brodsky
committed
Update version info and CHANGELOG for release 3.63.0
1 parent f997496 commit c2127c8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
# Version 3.63.0 (2024-02-19)
3+
## Added
4+
* Ability for users to install and use sdk with pydantic v.2.* while still maintaining support for pydantic v1.*
5+
* `ModelRun` `export()` and `export_v2()` add model_run_details to support splits
26

37
# Version 3.62.0 (2024-02-12)
48
## Added

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '3.62.0'
24+
release = '3.63.0'
2525

2626
# -- General configuration ---------------------------------------------------
2727

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "labelbox"
22

3-
__version__ = "3.62.0"
3+
__version__ = "3.63.0"
44

55
from labelbox.client import Client
66
from labelbox.schema.project import Project

0 commit comments

Comments
 (0)