Skip to content

Commit 5e670e5

Browse files
authored
Merge pull request #685 from Labelbox/jtso/3.27
3.26.2
2 parents 6e8b94f + 5a5bb36 commit 5e670e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
# Version 0.0.0 (YYYY-MM-DD) - In Progress
3+
# Version 3.26.2 (2022-09-06)
44
### Added
55
* Support for document (pdf) de/serialization from exports
66
* Use the `LBV1Converter.serialize()` and `LBV1Converter.deserialize()` methods

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.26.1'
24+
release = '3.26.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.26.1"
2+
__version__ = "3.26.2"
33

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

0 commit comments

Comments
 (0)