diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5be5ea..aac7ee9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.7.17 (2021-03-25) +### Fix +* Radd missing layers and improve test ([`f336aef`](https://github.com/OpenPecha/openpecha-toolkit/commit/f336aef99808242a1a69bd9c61abb6940c2b4bb1)) + ## v0.7.16 (2021-03-24) ### Fix * Return output from editor serializer instead of saving ([`c6297c0`](https://github.com/OpenPecha/openpecha-toolkit/commit/c6297c056203e932af31edf915ef33a0f1357321)) diff --git a/openpecha/__init__.py b/openpecha/__init__.py index 177b8429..c3ee4670 100644 --- a/openpecha/__init__.py +++ b/openpecha/__init__.py @@ -1,2 +1,2 @@ # Version of openpecha-toolkit package -__version__ = "0.7.16" +__version__ = "0.7.17"