From 2d562fe6a2941ac3ef5fcab57d0f701ffa1d6ddb Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 15 Dec 2021 06:53:14 +0000 Subject: [PATCH] 0.1.60 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 6d00117..2cf25e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.60 (2021-12-15) +### Fix +* **reconstruction:** Space has been included as punctution ([`7ffbcbc`](https://github.com/Esukhia/pedurma/commit/7ffbcbc60af977c00520451b7c684497ace8d308)) + ## v0.1.59 (2021-12-06) ### Fix * **reconstruction:** Possible marker extracted from pedurma page diff ([`9e32757`](https://github.com/Esukhia/pedurma/commit/9e32757dde81a230f37418b3cb2904d89e885005)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index c85717f..82e709e 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -8,4 +8,4 @@ from .texts import * from .utils import * -__version__ = "0.1.59" +__version__ = "0.1.60"