Skip to content

Commit 8efb3d9

Browse files
authored
Merge pull request #718 from Labelbox/jtso/3.27.2
3.27.2
2 parents 25ef5f2 + 9860c1c commit 8efb3d9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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

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.27.1'
24+
release = '3.27.2'
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.27.1"
2+
__version__ = "3.27.2"
33

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

0 commit comments

Comments
 (0)