We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 673d8fa + 476c23f commit 290b83bCopy full SHA for 290b83b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-# Version 3.37.0 (2023-xx-xx)
+# Version 3.37.0 (2023-02-08)
4
## Added
5
* New `last_activity_start` param to `project.export_labels()` for filtering which labels are exported. See docstring for more on how this works.
6
docs/source/conf.py
@@ -21,7 +21,7 @@
21
copyright = '2021, Labelbox'
22
author = 'Labelbox'
23
24
-release = '3.36.1'
+release = '3.37.0'
25
26
# -- General configuration ---------------------------------------------------
27
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.36.1"
+__version__ = "3.37.0"
from labelbox.client import Client
from labelbox.schema.project import Project
0 commit comments