From 6c88321070450a0b3a01df8e6ec9eeebcb051bfd Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 28 Dec 2021 09:09:12 +0000 Subject: [PATCH] 0.1.67 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 dbcc1ac..d572254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.67 (2021-12-28) +### Fix +* **docx:** Docx serializer updated ([`0654844`](https://github.com/Esukhia/pedurma/commit/06548444c7edb52ac5cfd8280c85ed3a9f8a029a)) + ## v0.1.66 (2021-12-24) ### Fix * **text:** Start and end page number added ([`6c33ada`](https://github.com/Esukhia/pedurma/commit/6c33ada2c37373ff289f0993a6e84de4e36995b6)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index f7d6fe9..0b609f2 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -9,4 +9,4 @@ from .texts import * from .utils import * -__version__ = "0.1.66" +__version__ = "0.1.67"