From 419e0792585293e40ab55cf9d6d93e8cc0c89180 Mon Sep 17 00:00:00 2001 From: Sierra Taylor Moxon Date: Thu, 13 Apr 2023 08:09:33 -0700 Subject: [PATCH 1/2] updating in preparation for a release --- ChangeLog | 4 ++++ biolink-model.yaml | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0b8577466a..552fe7ae5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ CHANGES ======= +3.2.8 +----- +More infores updates + 3.2.7 ----- minor fixes to infores URL properties diff --git a/biolink-model.yaml b/biolink-model.yaml index a9894cf8a6..0d73ba3719 100644 --- a/biolink-model.yaml +++ b/biolink-model.yaml @@ -5,7 +5,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/ # Version should be kept in sync with primary Git repository release tag -version: 3.2.7 +version: 3.2.8 ## ------------ diff --git a/setup.cfg b/setup.cfg index 26192daebb..e7b2a14383 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = biolink_model description = 'A high level datamodel of biological entities and associations' -version = 3.2.7 +version = 3.2.8 url = https://github.com/biolink/biolink-model author = Harold Solbrig diff --git a/setup.py b/setup.py index 39acf29735..ea8cc664ab 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ REQUIREMENTS = FH.readlines() NAME = 'biolink-model' -VERSION = '3.2.7' +VERSION = '3.2.8' DESCRIPTION = 'Biolink Model: A high level datamodel of biological entities and associations' URL = 'https://github.com/biolink/biolink-model' From 5614905f930d8929243262a149c29750acf28e83 Mon Sep 17 00:00:00 2001 From: Sierra Taylor Moxon Date: Thu, 13 Apr 2023 08:10:52 -0700 Subject: [PATCH 2/2] better changelog to reflect changes --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 552fe7ae5c..4c8bc7f3ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,9 @@ CHANGES ======= 3.2.8 ----- -More infores updates +infores catalog URL updates +some changes to mappings for deprecated predicates +update xref definition to be more explicit 3.2.7 -----