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 6e8b94f + 5a5bb36 commit 5e670e5Copy full SHA for 5e670e5
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-# Version 0.0.0 (YYYY-MM-DD) - In Progress
+# Version 3.26.2 (2022-09-06)
4
### Added
5
* Support for document (pdf) de/serialization from exports
6
* Use the `LBV1Converter.serialize()` and `LBV1Converter.deserialize()` methods
docs/source/conf.py
@@ -21,7 +21,7 @@
21
copyright = '2021, Labelbox'
22
author = 'Labelbox'
23
24
-release = '3.26.1'
+release = '3.26.2'
25
26
# -- General configuration ---------------------------------------------------
27
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.26.1"
+__version__ = "3.26.2"
from labelbox.client import Client
from labelbox.schema.project import Project
0 commit comments