diff --git a/CHANGELOG.md b/CHANGELOG.md index 742b01a..ec1b38a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.64 (2021-12-23) +### Fix +* **preview:** Face function of preview text updated ([`455116f`](https://github.com/Esukhia/pedurma/commit/455116ff6816bcec0b2964f4768919c1e6e46073)) + ## v0.1.63 (2021-12-23) ### Fix * **text-report:** Get meta updated ([`88e344f`](https://github.com/Esukhia/pedurma/commit/88e344f133ab431449f4065e2b9812dc2e2e2bd8)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index 0aa1cb2..de06dce 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -8,4 +8,4 @@ from .texts import * from .utils import * -__version__ = "0.1.63" +__version__ = "0.1.64"