From bc72066a91d08a834685ef68196affde651f8d0f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 29 Dec 2021 12:11:40 +0000 Subject: [PATCH] 0.1.70 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 51b8dbc..621ed7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.70 (2021-12-29) +### Fix +* **proofread:** Proofread module with test added ([`9f9727f`](https://github.com/Esukhia/pedurma/commit/9f9727ffcd10361e1bf0c5022152d87111cdc206)) + ## v0.1.69 (2021-12-28) ### Fix * **preview:** Preview save module seperated ([`0718e01`](https://github.com/Esukhia/pedurma/commit/0718e01dae3cc230d5c42b161f19bf5ec02761c1)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index 9396ee8..4836131 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -11,4 +11,4 @@ from .texts import * from .utils import * -__version__ = "0.1.69" +__version__ = "0.1.70"