Skip to content

Commit

Permalink
preparing for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Nov 8, 2022
1 parent 67612c2 commit f359005
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
CHANGES
=======
3.1.0
-----
remove deprecated classes, slots
add deprecated predicate mappings to examples/biolink3_migration/predicate_mappings.yaml
refine documentation with regard to associations, add several chemical->gene examples
general cleanup and maintenance

3.0.3
-----
add missing inverses or missing symmetric properties
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.0.3
version: 3.1.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.0.3
version = 3.1.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.0.3'
VERSION = '3.1.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 f359005

Please sign in to comment.