Skip to content

Commit 3b065b8

Browse files
committed
Merge remote-tracking branch 'origin/develop' into mno/al-4398
2 parents 2347a2b + 01a151f commit 3b065b8

File tree

19 files changed

+651
-528
lines changed

19 files changed

+651
-528
lines changed

CHANGELOG.md

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

3+
# Version 3.37.0 (2023-xx-xx)
4+
## Fixed
5+
* Retry connection timeouts
6+
7+
# Version 3.36.1 (2023-01-24)
8+
### Fixed
9+
* `confidence` is now optional for TextEntity
10+
11+
# Version 3.36.0 (2023-01-23)
12+
### Fixed
13+
* `confidence` attribute is now supported for TextEntity and Line predictions
14+
315
# Version 3.35.0 (2023-01-18)
416
### Fixed
517
* Retry 520 errors when uploading files

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.35.0'
24+
release = '3.36.1'
2525

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

0 commit comments

Comments
 (0)