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 74babbe + da6dd35 commit 0f59fd7Copy full SHA for 0f59fd7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# Version 3.27.1 (2022-09-16)
4
+### Changed
5
+* Removed `client.get_data_rows_for_global_keys` until further notice
6
+
7
# Version 3.27.0 (2022-09-12)
8
### Added
9
* Global Keys for data rows
docs/source/conf.py
@@ -21,7 +21,7 @@
21
copyright = '2021, Labelbox'
22
author = 'Labelbox'
23
24
-release = '3.27.0'
+release = '3.27.1'
25
26
# -- General configuration ---------------------------------------------------
27
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.27.0"
+__version__ = "3.27.1"
from labelbox.client import Client
from labelbox.schema.project import Project
0 commit comments