From 15b97cb5c8422d41f22b8335dae3bd298a76090e Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 11 Jan 2022 06:09:18 +0000 Subject: [PATCH] 0.1.78 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 4d568dd..1dc784d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.78 (2022-01-11) +### Fix +* **docx:** Docx format 2 updated ([`9b90de5`](https://github.com/Esukhia/pedurma/commit/9b90de5a1ee925b625a4f16ec56cb79447874337)) + ## v0.1.77 (2022-01-07) ### Fix * **docx:** Format two is updated to docx footnote compatability ([`8d31f00`](https://github.com/Esukhia/pedurma/commit/8d31f0071b415b750da60c54e282c9c6eaab0f8b)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index 8611cf7..9a7f0c1 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -11,4 +11,4 @@ from .texts import * from .utils import * -__version__ = "0.1.77" +__version__ = "0.1.78"