File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- # Version 0.0.0 (YYYY-MM-DD) - In Progress
3
+ # Version 3.27.2 (2022-10-04)
4
4
5
5
### Added
6
+ * Added deprecation warning for missing ` media_type ` in ` create_project ` in ` Client ` .
7
+
6
8
### Changed
7
9
* Updated docs for deprecated methods ` _update_queue_mode ` and ` get_queue_mode ` in ` Project `
8
10
* Use the ` queue_mode ` attribute in ` Project ` to get and set the queue mode instead
9
11
* For more information, visit https://docs.labelbox.com/reference/migrating-to-workflows#upcoming-changes
10
12
* Updated ` project.export_labels ` to support filtering by start/end time formats "YYYY-MM-DD" and "YYYY-MM-DD hh:mm: ss "
11
- * Add deprecation warning for missing ` media_type ` in ` create_project ` in ` Client ` .
12
13
13
14
### Fixed
14
15
Original file line number Diff line number Diff line change 21
21
copyright = '2021, Labelbox'
22
22
author = 'Labelbox'
23
23
24
- release = '3.27.1 '
24
+ release = '3.27.2 '
25
25
26
26
# -- General configuration ---------------------------------------------------
27
27
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.27.1 "
2
+ __version__ = "3.27.2 "
3
3
4
4
from labelbox .client import Client
5
5
from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments