Skip to content

Commit

Permalink
setting up for 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Feb 7, 2023
1 parent 72839fe commit ce0191a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
CHANGES
=======
3.2.0
-----
add entity as a domain of name by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1208
fix the regex pattern used to check for the biolink:category CURIE by @vemonet in https://github.com/biolink/biolink-model/pull/1213
add SHACL gen to the `Makefile` by @vemonet in https://github.com/biolink/biolink-model/pull/1214
update doc to use curie form of predicates by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1209
make type slot multivalued by @vincentvialard in https://github.com/biolink/biolink-model/pull/1212
remove cycle in permissible values, fixes #1215, remove degradation from abundance hierarchy in permissible values, fixes #1206 by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1217
create `publication type` slot to fix SHACL validation and avoid confusion by @vemonet in https://github.com/biolink/biolink-model/pull/1218
add grouping class for qualifiers, add subset translator, fix range o… by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1219

3.1.2
-----
documentation consistency updates and minor bug fixes
Expand Down
2 changes: 1 addition & 1 deletion biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.2
version: 3.2.0


## ------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = biolink_model
description = 'A high level datamodel of biological entities and associations'
version = 3.1.2
version = 3.2.0

url = https://github.com/biolink/biolink-model
author = Harold Solbrig
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
REQUIREMENTS = FH.readlines()

NAME = 'biolink-model'
VERSION = '3.1.2'
VERSION = '3.2.0'

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

0 comments on commit ce0191a

Please sign in to comment.