Skip to content

Commit 14eca25

Browse files
author
Adrian Chang
committed
Prep release
1 parent f351ee2 commit 14eca25

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
project = 'Python SDK reference'
1717
copyright = '2024, Labelbox'
1818
author = 'Labelbox'
19-
release = '3.74.0'
19+
release = '3.75.0'
2020

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

libs/labelbox/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
# Changelog
2+
# Version 3.75.0 (2024-07-10)
3+
4+
## What's Changed
5+
* [PLT-0] Predictions missing by @adrian-chang in https://github.com/Labelbox/labelbox-python/pull/1695
6+
* Use correct project type in tests/integration/test_project_model_config.py by @vbrodsky in https://github.com/Labelbox/labelbox-python/pull/1697
7+
* [PLT-1151] Vb/model setup complete by @vbrodsky in https://github.com/Labelbox/labelbox-python/pull/1685
8+
* [PLT-1205] Add user group management by @adrian-chang in https://github.com/Labelbox/labelbox-python/pull/1604
9+
* [PLT-1205] Fix integration tests by @adrian-chang in https://github.com/Labelbox/labelbox-python/pull/1698
10+
* [PTDT-2410] Prevent adding batches to live chat evaluation projects by @vbrodsky in https://github.com/Labelbox/labelbox-python/pull/1703
11+
* Refactor Dataset create_data_rows_sync to use upsert by @vbrodsky in https://github.com/Labelbox/labelbox-python/pull/1694
12+
* [PLT-1231] Add missing media types by @adrian-chang in https://github.com/Labelbox/labelbox-python/pull/1705
13+
* Add upload_type to Project by @vbrodsky in https://github.com/Labelbox/labelbox-python/pull/1707
14+
* [PLT-1207] Added prompt classification for python object support by @Gabefire in https://github.com/Labelbox/labelbox-python/pull/1700
15+
* [PLT-1201] Deprecate Project setup_editor and add Project connect_ontology by @vbrodsky in https://github.com/Labelbox/labelbox-python/pull/1713
16+
* Bump dateutil max version by @colonelpanic8 in https://github.com/Labelbox/labelbox-python/pull/1716
17+
* [PLT-0] Bump rye by @adrian-chang in https://github.com/Labelbox/labelbox-python/pull/1719
18+
* [PLT-1135] Alias these commands to each other so users don't have to remember which one is valid. by @sfendell-labelbox in https://github.com/Labelbox/labelbox-python/pull/1675
19+
* Vb/fix create ontology for project setup by @vbrodsky in https://github.com/Labelbox/labelbox-python/pull/1722
20+
21+
## New Contributors
22+
* @colonelpanic8 made their first contribution in https://github.com/Labelbox/labelbox-python/pull/1716
23+
24+
**Full Changelog**: https://github.com/Labelbox/labelbox-python/compare/v.3.74.0...v.3.75.0
25+
226
# Version 3.74.0 (2024-06-24)
327
## Added
428
* Include predictions in export (#1689)

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 = "3.74.0"
3+
version = "3.75.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__ = "3.74.0"
3+
__version__ = "3.75.0"
44

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

0 commit comments

Comments
 (0)