From 494286ea24f251d693420315e32e9c3395b46709 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 24 May 2022 07:00:12 +0000 Subject: [PATCH] 0.1.101 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pedurma/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc5464..e74bdfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.101 (2022-05-24) +### Fix +* **setup:** Openpecha version updated ([`5cab1d4`](https://github.com/Esukhia/pedurma/commit/5cab1d4514e827616ac63fecb06cbb76fad07307)) + ## v0.1.100 (2022-05-24) ### Fix * **text:** Doc updated ([`04d9a82`](https://github.com/Esukhia/pedurma/commit/04d9a82177608a1d79d739a3bb44f60e3a90a93d)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index 18d239c..f6fafa0 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -11,4 +11,4 @@ from .texts import * from .utils import * -__version__ = "0.1.100" +__version__ = "0.1.101"