File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.64 .0'
24+ release = '3.65 .0'
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
22
3- __version__ = "3.64 .0"
3+ __version__ = "3.65 .0"
44
55from labelbox .client import Client
66from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments