From 610f46d77561ab002d73381aec5a90ba72a3fb8d Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 28 Jan 2022 04:27:29 +0000 Subject: [PATCH] 0.1.88 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 dfb1ee7..a213cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.88 (2022-01-28) +### Fix +* **doc:** Doc added to function ([`9c8308f`](https://github.com/Esukhia/pedurma/commit/9c8308f1f8ff3500b1e864785770ad71d59ad546)) + ## v0.1.87 (2022-01-20) ### Fix * **hot-fix:** Chunk regex update ([`0ed64cd`](https://github.com/Esukhia/pedurma/commit/0ed64cdae2432d50f41f7f6533b8c3cc2a41d49f)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index 3cbd2a0..ebd6274 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -11,4 +11,4 @@ from .texts import * from .utils import * -__version__ = "0.1.87" +__version__ = "0.1.88"