From d78bf60d68cf82c38f269a7f307a41d6712675ee Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 22 Dec 2021 11:22:19 +0000 Subject: [PATCH] 0.1.62 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 e5215b9..9c4c2b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.62 (2021-12-22) +### Fix +* **reconstruction:** Pedurma page diff filter updated ([`23d4e17`](https://github.com/Esukhia/pedurma/commit/23d4e17dc86faf43c0db57dd1b66e4432b2b2c52)) + ## v0.1.61 (2021-12-22) ### Fix * **reconstruction:** Consequtive marker exception handled ([`d3becd6`](https://github.com/Esukhia/pedurma/commit/d3becd66c4c7e9cd0b1c1b7a4bc412e51140da58)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index cf9c7f8..349dd18 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -8,4 +8,4 @@ from .texts import * from .utils import * -__version__ = "0.1.61" +__version__ = "0.1.62"