Skip to content

Commit 394c12f

Browse files
Prep for SDK release 3.66 (#1496)
1 parent 46b3a96 commit 394c12f

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
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

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '3.65.0'
24+
release = '3.66.0'
2525

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

labelbox/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "labelbox"
22

3-
__version__ = "3.65.0"
3+
__version__ = "3.66.0"
44

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

0 commit comments

Comments
 (0)