From 88063b8c24d433562103ecfd3fbee4d4417f4e40 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 6 May 2021 09:25:02 +0000 Subject: [PATCH] 0.1.6 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 634303f..1a7834b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.6 (2021-05-06) +### Fix +* **notes:** Removed redundant methods ([`c48c66d`](https://github.com/Esukhia/pedurma/commit/c48c66d19b163a7c05b574d21a74139b86eef077)) + ## v0.1.5 (2021-05-06) ### Fix * **text-obj:** Durchen not found bug fix ([`30afa6a`](https://github.com/Esukhia/pedurma/commit/30afa6ae2ab2e8dfb6c441e9fdf3464a7a6cfb48)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index c45a192..9b6f635 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -5,4 +5,4 @@ from .reconstruction import * from .preprocess import * -__version__ = '0.1.5' \ No newline at end of file +__version__ = '0.1.6' \ No newline at end of file