From 406eae4dfff0498226333c0dca8f94b980ea7be5 Mon Sep 17 00:00:00 2001 From: Philipp Rohde Date: Sat, 6 Apr 2024 13:33:41 +0200 Subject: [PATCH] release of v1.7.1 --- CHANGELOG.md | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b2b7d..7a89d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v1.7.1 - 06 Apr 2024 +- Raise `NotImplementedError` stating that an unsupported feature was used instead of `UnboundLocalError: cannot access local variable 'dict_1'` + # v1.7.0 - 23 Nov 2023 - Add feature to pass an `rdflib.Graph` instead of a schema directory diff --git a/VERSION b/VERSION index 9dbb0c0..081af9a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.0 \ No newline at end of file +1.7.1 \ No newline at end of file