Skip to content

Commit

Permalink
Preparing for patch release 3.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardBruskiewich committed Mar 16, 2023
1 parent 8dec02c commit d459965
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

The Reasoner Validator package is evolving along with progress in TRAPI and Biolink Model standards within the NCATS Biomedical Knowledge Translator.

## v3.4.9

- Split the qualifier validation reporting into distinct codes for the qualifier_type_id ("**qualifier.type_id.unknown**") versus `qualifier_value` ("**qualifier.value.unresolved**")
- `ars_uuid_result_test_runner.py` made slightly more user friendly

## v3.4.8

- Python dependency conflict between bmt and pytest fixed. 3.4.7 patched and reissued as v3.4.8
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "reasoner-validator"
version = "3.4.8"
version = "3.4.9"
description = "Validation tools for Reasoner API"
authors = [
"Richard Bruskiewich <richard.bruskiewich@delphinai.com>",
Expand Down

0 comments on commit d459965

Please sign in to comment.