From e60fc25d739c5cd3683e3377bef984604243bf89 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 20 Jan 2022 06:23:36 +0000 Subject: [PATCH] 0.1.86 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pedurma/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d6c72..a0071d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.1.86 (2022-01-20) +### Fix +* **docx:** Speacial pg ann rm ([`ca1e696`](https://github.com/Esukhia/pedurma/commit/ca1e696aba47f8a6ba820451441cac79dccb8582)) +* **docx:** Speacial pg ann rm ([`c802ba4`](https://github.com/Esukhia/pedurma/commit/c802ba4c0cd670520dbe74ee7ab27edc9251a296)) +* **hot-fix:** Chunk split bug fixed ([`2dfe9c9`](https://github.com/Esukhia/pedurma/commit/2dfe9c95316a443f4c6c1d2fc70f952985b84d69)) + ## v0.1.85 (2022-01-19) ### Fix * **hot-fix:** Noise cleaned in note ([`1300b75`](https://github.com/Esukhia/pedurma/commit/1300b757a3390ed014c459da36b86b130a4008f9)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index 0ebc1e8..d8b66c9 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -11,4 +11,4 @@ from .texts import * from .utils import * -__version__ = "0.1.85" +__version__ = "0.1.86"