From 2f814b240ad4d91fe914269dd5dd596c40450243 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 4 Jan 2022 06:11:37 +0000 Subject: [PATCH] 0.1.75 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 72a5c4d..f038403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.75 (2022-01-04) +### Fix +* **note_ref:** No note ref found text list updated ([`0825f0f`](https://github.com/Esukhia/pedurma/commit/0825f0fa3faf21f22d8d4fb19b1479b3eae96335)) + ## v0.1.74 (2021-12-30) ### Fix * **proofread:** Text path ([`b6e627e`](https://github.com/Esukhia/pedurma/commit/b6e627ec8576742c8a1bc271d8f50e2564f2e871)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index 20d85b6..b022714 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -11,4 +11,4 @@ from .texts import * from .utils import * -__version__ = "0.1.74" +__version__ = "0.1.75"