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"