Skip to content

Commit 9505fef

Browse files
committed
Prep 6.7.0
1 parent 0802216 commit 9505fef

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# -- Project information -----------------------------------------------------
1515

1616
project = 'Python SDK reference'
17-
copyright = '2024, Labelbox'
17+
copyright = '2025, Labelbox'
1818
author = 'Labelbox'
19-
release = '6.6.0'
19+
release = '6.7.0'
2020

2121
# -- General configuration ---------------------------------------------------
2222

libs/labelbox/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
# Version 6.7.0 (2025-02-04)
3+
## Added
4+
* MAL and GT support for pdf relationships([#1932](https://github.com/Labelbox/labelbox-python/pull/1932))
5+
6+
## Fixed
7+
* GraphQL upload SSL configuration([#1937](https://github.com/Labelbox/labelbox-python/pull/1937))
8+
29
# Version 6.6.0 (2025-01-14)
310
## Added
411
* Support for python 3.13([#1940](https://github.com/Labelbox/labelbox-python/pull/1940))

libs/labelbox/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "labelbox"
3-
version = "6.6.0"
3+
version = "6.7.0"
44
description = "Labelbox Python API"
55
authors = [{ name = "Labelbox", email = "engineering@labelbox.com" }]
66
dependencies = [

libs/labelbox/src/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__ = "6.6.0"
3+
__version__ = "6.7.0"
44

55
from labelbox.client import Client
66
from labelbox.schema.annotation_import import (

0 commit comments

Comments
 (0)