From 31b8a0fddffd8263ad887b521f2a31d7e9798db2 Mon Sep 17 00:00:00 2001 From: richardbruskiewich Date: Fri, 16 Jun 2023 15:00:50 -0700 Subject: [PATCH] Issue v3.5.9 bug fix patch --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6921ae3..58cafe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ The Reasoner Validator package is evolving along with progress in TRAPI and Biolink Model standards within the NCATS Biomedical Knowledge Translator. +## v3.5.9 +- Fixed bug in attribute_type_id detection of attribute_type_id namespaces + ## v3.5.8 - implemented get_inverse_predicate() wrapper for returning (CURIE of) valid inverses of predicates (including symmetric predicates?) - implemented is_symmetric() method to detect symmetric (predicate) elements diff --git a/pyproject.toml b/pyproject.toml index e9ee2b7..173cf3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "reasoner-validator" -version = "3.5.8" +version = "3.5.9" description = "Validation tools for Reasoner API" authors = [ "Richard Bruskiewich ",