Skip to content

Commit b1e1a03

Browse files
committed
set up for a new release
1 parent d43a939 commit b1e1a03

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
CHANGES
22
=======
3+
3.2.2
4+
----
5+
several new infores parameters added
6+
repalced smart-api URLs in the infores registry with github projects where possible
7+
added support for reasoner-validator to validate retrieval source object
8+
39
3.2.1
410
----
511
add domain to biolink:type to help KGX recognize it as a node property. by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1221

biolink-model.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/
55

66
# Version should be kept in sync with primary Git repository release tag
77

8-
version: 3.2.0
8+
version: 3.2.2
99

1010

1111
## ------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = biolink_model
33
description = 'A high level datamodel of biological entities and associations'
4-
version = 3.2.1
4+
version = 3.2.2
55

66
url = https://github.com/biolink/biolink-model
77
author = Harold Solbrig

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
REQUIREMENTS = FH.readlines()
77

88
NAME = 'biolink-model'
9-
VERSION = '3.2.1'
9+
VERSION = '3.2.2'
1010

1111
DESCRIPTION = 'Biolink Model: A high level datamodel of biological entities and associations'
1212
URL = 'https://github.com/biolink/biolink-model'

0 commit comments

Comments
 (0)