Skip to content

Commit eee5efe

Browse files
Preparing for 3.65.0 release (#1452)
1 parent edc52dd commit eee5efe

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changelog
2+
# Version 3.65.0 (2024-03-05)
3+
## Notes
4+
* Rerelease of 3.64.0
5+
26
# Version 3.64.0 (2024-02-29)
37

48
## Added
5-
* Catalog schema class. Catalog exports can now be made without creating a slice first
9+
* `Client.get_catalog` Add catalog schema class. Catalog exports can now be made without creating a slice first
10+
* `last_activity_at` filter added to export_v2, allowing users to specify a datetime window without a slice
611

712
## Removed
813
* Review related WebhookDataSource topics

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.64.0'
24+
release = '3.65.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.64.0"
3+
__version__ = "3.65.0"
44

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

0 commit comments

Comments
 (0)