Skip to content

Commit fbf6c5a

Browse files
authored
Merge pull request #1000 from Labelbox/prep_3.41.0
Preparing for 3.41.0 release
2 parents 8c14b63 + 28cc173 commit fbf6c5a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
# Version 3.41.0 (2023-03-15)
4+
5+
## Added
6+
* New data classes for creating labels: `AudioData`, `ConversationData`, `DicomData`, `DocumentData`, `HTMLData`
7+
* New `DocumentEntity` annotation type class
8+
* New parameter `last_activity_end` to `Project.export_labels()`
9+
10+
## Notebooks
11+
* Updated `annotation_import/pdf.ipynb` with example use of `DocumentEntity` class
12+
313
# Version 3.40.1 (2023-03-10)
414

515
## Fixed

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.40.1'
24+
release = '3.41.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.40.1"
2+
__version__ = "3.41.0"
33

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

0 commit comments

Comments
 (0)