From 96e58bb46b39c4568527726478cd98e393f22f63 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 13 Jan 2022 10:24:47 +0000 Subject: [PATCH] 0.1.79 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 1dc784d..1619370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.79 (2022-01-13) +### Fix +* **proofread:** File name access changed ([`aee7152`](https://github.com/Esukhia/pedurma/commit/aee71520162ca54030b39c94b986a9f5452d6780)) + ## v0.1.78 (2022-01-11) ### Fix * **docx:** Docx format 2 updated ([`9b90de5`](https://github.com/Esukhia/pedurma/commit/9b90de5a1ee925b625a4f16ec56cb79447874337)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index 9a7f0c1..2163b3d 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -11,4 +11,4 @@ from .texts import * from .utils import * -__version__ = "0.1.78" +__version__ = "0.1.79"