File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ # Version 3.66 (2024-03-20)
3+ ## Notes
4+
5+ ## Added
6+ * Added support for Python 3.11, 3.12
7+ * Added update method to attachments
8+
9+ ## Notebooks
10+ * Improved notebooks for integration and model diagnostics
11+ * Removed databricks integrations notebooks
12+
13+ ## Updated
14+ * Updated README for clarity and contribution guidelines
15+
16+ ## Removed
17+ * Removed support Python 3.7 as it has been end of life since June 2023
18+
219# Version 3.65.0 (2024-03-05)
320## Notes
421* Rerelease of 3.64.0
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.65 .0'
24+ release = '3.66 .0'
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
22
3- __version__ = "3.65 .0"
3+ __version__ = "3.66 .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