From 5b2367685cbf32221b68dcc0b636668a59b42f6f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 19 Jan 2022 06:57:40 +0000 Subject: [PATCH] 0.1.84 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 39f29ef..1b5dec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.84 (2022-01-19) +### Fix +* **hot-fix:** Docx serializer updated ([`ec6213c`](https://github.com/Esukhia/pedurma/commit/ec6213c293e2f493f2522e57461e416e619d0647)) + ## v0.1.83 (2022-01-19) ### Fix * **docx:** Note serializer in docx updated ([`4e3d0a0`](https://github.com/Esukhia/pedurma/commit/4e3d0a0d657c151234b6ce61c55a1826ec31f993)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index a4fdd7b..1f1b319 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -11,4 +11,4 @@ from .texts import * from .utils import * -__version__ = "0.1.83" +__version__ = "0.1.84"