From bde09bb05942f5eb18923cf3326c2a5f7180a10f Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 15 Jan 2021 10:38:14 +0000 Subject: [PATCH] 0.6.25 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ openpecha/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf868d8..80430ea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.6.25 (2021-01-15) +### Fix +* Import bonltk only when in use ([`a7e5b48`](https://github.com/OpenPecha/openpecha-toolkit/commit/a7e5b487d65e2ba12440ecc1c9a28cfc5e650ce4)) + ## v0.6.24 (2021-01-15) ### Fix * Import bonltk only when in use ([`3ecd475`](https://github.com/OpenPecha/openpecha-toolkit/commit/3ecd4751353191f0c37555ac5fbcf8897030039e)) diff --git a/openpecha/__init__.py b/openpecha/__init__.py index e5a36f3d..2357a3d0 100644 --- a/openpecha/__init__.py +++ b/openpecha/__init__.py @@ -1,2 +1,2 @@ # Version of openpecha-toolkit package -__version__ = "0.6.24" +__version__ = "0.6.25"