diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b2dd0..39f29ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.83 (2022-01-19) +### Fix +* **docx:** Note serializer in docx updated ([`4e3d0a0`](https://github.com/Esukhia/pedurma/commit/4e3d0a0d657c151234b6ce61c55a1826ec31f993)) + ## v0.1.82 (2022-01-15) ### Fix * **proofread:** Empty manual note page handled ([`33ce3ad`](https://github.com/Esukhia/pedurma/commit/33ce3ad06b135bb686322f8c973363e539177d42)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index 7974dd3..a4fdd7b 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -11,4 +11,4 @@ from .texts import * from .utils import * -__version__ = "0.1.82" +__version__ = "0.1.83"