We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b48abf commit 0796664Copy full SHA for 0796664
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.11.6 (2023-05-17)
6
+### Fix
7
+* **elan:** Indent ANNOTATION_VALUE tag ([`946d45d`](https://github.com/OpenPecha/Toolkit/commit/946d45db0e327cfe892489996e1de092a2d1776e))
8
+* **elan:** Put end_payload in the end ([`adb9848`](https://github.com/OpenPecha/Toolkit/commit/adb98482112f8cc5eb1898eb4e0dd7557286d63c))
9
+
10
## v0.11.5 (2023-05-03)
11
### Fix
12
* **ocr:** Handle case where pecha_id is None ([`8740f22`](https://github.com/OpenPecha/Toolkit/commit/8740f22447a2f9e101eddb7b798833c83f5dffae))
openpecha/__init__.py
@@ -1,2 +1,2 @@
1
# Version of openpecha-toolkit package
-__version__ = "0.11.5"
+__version__ = "0.11.6"
0 commit comments