Skip to content

Commit 2683b3a

Browse files
kkim-labelboxKevin Kim
andauthored
Prep 3.46.0 (#1079)
Co-authored-by: Kevin Kim <[email protected]>
1 parent 5db83e3 commit 2683b3a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
# Version 3.46.0 (2023-05-03)
4+
## Added
5+
* Global key support to DataRow Metadata `bulk_upsert()` function
6+
7+
## Notebooks
8+
* Removed dataset based projects from project setup notebook
9+
* Updated all links to annotation import and prediction notebooks in examples README
10+
311
# Version 3.45.0 (2023-04-27)
412
## Changed
513
* Reduce threshold for async batch creation to 1000 data rows

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '3.45.0'
24+
release = '3.46.0'
2525

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

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.45.0"
2+
__version__ = "3.46.0"
33

44
from backports.datetime_fromisoformat import MonkeyPatch
55

0 commit comments

Comments
 (0)