Skip to content

Commit 65089f2

Browse files
Update version info and CHANGELOG for release 3.64.0 (#1445)
1 parent 00f8c23 commit 65089f2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
# Version 3.64.0 (2024-02-29)
3+
4+
## Added
5+
* Catalog schema class. Catalog exports can now be made without creating a slice first
6+
7+
## Removed
8+
* Review related WebhookDataSource topics
9+
210
# Version 3.63.0 (2024-02-19)
311
## Added
412
* Ability for users to install and use sdk with pydantic v.2.* while still maintaining support for pydantic v1.*

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.63.0'
24+
release = '3.64.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.63.0"
3+
__version__ = "3.64.0"
44

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

0 commit comments

Comments
 (0)