Skip to content

Commit 7ddeebf

Browse files
authored
Merge pull request #686 from Labelbox/develop
3.26.2
2 parents 4982616 + 5e670e5 commit 7ddeebf

File tree

15 files changed

+862
-9
lines changed

15 files changed

+862
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# 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
7+
* Support for document (pdf) de/serialization for imports
8+
* Use the `NDJsonConverter.serialize()` and `NDJsonConverter.deserialize()` methods
9+
310
# Version 3.26.1 (2022-08-23)
411
### Changed
512
* `ModelRun.get_config()`

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

0 commit comments

Comments
 (0)