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 11# Changelog
22
3- # Version 0.0.0 (YYYY-MM-DD) - In Progress
3+ # Version 3.27.2 (2022-10-04)
44
55### Added
6+ * Added deprecation warning for missing ` media_type ` in ` create_project ` in ` Client ` .
7+
68### Changed
79* Updated docs for deprecated methods ` _update_queue_mode ` and ` get_queue_mode ` in ` Project `
810 * Use the ` queue_mode ` attribute in ` Project ` to get and set the queue mode instead
911 * For more information, visit https://docs.labelbox.com/reference/migrating-to-workflows#upcoming-changes
1012* 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 ` .
1213
1314### Fixed
1415
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.27.1 '
24+ release = '3.27.2 '
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.27.1 "
2+ __version__ = "3.27.2 "
33
44from labelbox .client import Client
55from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments