Skip to content

Commit

Permalink
prep for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed May 23, 2022
1 parent aa61618 commit 267dc18
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
CHANGES
=======
2.4.0
-----
* make attribute a child of named thing
* add id to ontology class

2.3.1
-----
* reinstantiate food class with correct prefixes
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: 2.3.1
version: 2.4.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 = 2.3.1
version = 2.4.0
url = https://github.com/biolink/biolink-model
author = Harold Solbrig
author-email = [email protected]
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 = '2.3.1'
VERSION = '2.4.0'
DESCRIPTION = 'Biolink Model: A high level datamodel of biological entities and associations'
URL = 'https://github.com/biolink/biolink-model'
AUTHOR = 'Deepak Unni', 'Sierra Moxon'
Expand Down

0 comments on commit 267dc18

Please sign in to comment.