From 061ba9d794a7d8f2f46574c7d745ae00ef6e2c10 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 6 May 2021 06:05:48 +0000 Subject: [PATCH] 0.1.5 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 f1443c1..634303f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.5 (2021-05-06) +### Fix +* **text-obj:** Durchen not found bug fix ([`30afa6a`](https://github.com/Esukhia/pedurma/commit/30afa6ae2ab2e8dfb6c441e9fdf3464a7a6cfb48)) + ## v0.1.4 (2021-05-05) ### Fix * **reconstruction:** Pg ref bug fixed ([`9023d3e`](https://github.com/Esukhia/pedurma/commit/9023d3e8b698c502cf3bac7f801ae882a7f7d70d)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index 21e4d9b..c45a192 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -5,4 +5,4 @@ from .reconstruction import * from .preprocess import * -__version__ = '0.1.4' \ No newline at end of file +__version__ = '0.1.5' \ No newline at end of file