Skip to content

Commit 5af96a6

Browse files
committed
prep for a release
1 parent ca27aac commit 5af96a6

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CHANGES
22
=======
3+
3.3.2
4+
-----
5+
added mappings identified from semmeddb domain/range analysis
6+
37
3.3.1
48
----
59
changes to support fixing documentation links and accessing biolink-model.yaml for use as an import.

biolink-model.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/
66

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

9-
version: 3.3.1
9+
version: 3.3.2
1010

1111

1212
## ------------

setup.cfg

+1-1
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.3.1
4+
version = 3.3.2
55

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
REQUIREMENTS = FH.readlines()
77

88
NAME = 'biolink-model'
9-
VERSION = '3.3.1'
9+
VERSION = '3.3.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)