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.
1 parent 47ff353 commit fcebdd2Copy full SHA for fcebdd2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+# Version 3.40.1 (2023-03-10)
4
+
5
+## Fixed
6
+* Fixed issue where calling create_batch() on exported data rows wasn't working
7
8
# Version 3.40.0 (2023-03-10)
9
10
## Added
docs/source/conf.py
@@ -21,7 +21,7 @@
21
copyright = '2021, Labelbox'
22
author = 'Labelbox'
23
24
-release = '3.40.0'
+release = '3.40.1'
25
26
# -- General configuration ---------------------------------------------------
27
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.40.0"
+__version__ = "3.40.1"
from labelbox.client import Client
from labelbox.schema.project import Project
0 commit comments