Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Oct 7, 2022
1 parent 35ad913 commit f8ba57c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v0.9.2 (2022-10-07)
### Fix
* **formatter.ocr:** Use `openpecha.core` module to create pecha and layers ([`35ad913`](https://github.com/OpenPecha/Toolkit/commit/35ad913378588b8b5eede8d3e7c715549dfeb3fa))
* **ocr:** Add return type for get_metadata ([`b739372`](https://github.com/OpenPecha/Toolkit/commit/b739372391d87ab2d960371afc2611ec6bce56f1))
* **test:** Update test ([`b651531`](https://github.com/OpenPecha/Toolkit/commit/b651531bd704dc585712bf6a04c796d12a81374c))
* **ocr:** Create opf method return openpechafs object ([`57e611f`](https://github.com/OpenPecha/Toolkit/commit/57e611f5e01548a2dfce3eafee980f73a7b05ee6))

## v0.9.1 (2022-10-05)
### Fix
* **hocr-parser:** Fix documentation ([`b7b6e95`](https://github.com/OpenPecha/Toolkit/commit/b7b6e95235181d3833acbdce39f5eee8c5dbc7fc))
Expand Down
2 changes: 1 addition & 1 deletion openpecha/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version of openpecha-toolkit package
__version__ = "0.9.1"
__version__ = "0.9.2"

0 comments on commit f8ba57c

Please sign in to comment.