Skip to content

Commit

Permalink
Merge pull request #1530 from biolink/release-4.2.5-rc2
Browse files Browse the repository at this point in the history
ready the repo for release
  • Loading branch information
sierra-moxon authored Oct 14, 2024
2 parents 21dc08b + 116db44 commit df712fd
Show file tree
Hide file tree
Showing 16 changed files with 24,291 additions and 24,287 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGES
=======
4.2.5-rc2
----
* disease_context_qualifier additions [Kevin Schaper]

4.2.5-rc1
-----
* remove if_absent annotations on KL/AT that result in downstream enumeration errors in python dataclasses
Expand Down
2 changes: 1 addition & 1 deletion biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/

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

version: 4.2.5-rc1
version: 4.2.5-rc2

## ------------
##
Expand Down
2 changes: 1 addition & 1 deletion class_prefixes.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: 4.2.5-rc1
version: 4.2.5-rc2

default_prefix: biolink
default_range: string
Expand Down
2 changes: 1 addition & 1 deletion project/graphql/biolink_model.graphql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# metamodel_version: 1.7.0
# version: 4.2.5-rc1
# version: 4.2.5-rc2
type AccessibleDnaRegion implements GenomicEntity, ChemicalEntityOrGeneOrGeneProduct, PhysicalEssence, OntologyClass
{
id: String!
Expand Down
2 changes: 1 addition & 1 deletion project/jsonld/biolink_model.context.jsonld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"comments": {
"description": "Auto generated by LinkML jsonld context generator",
"generation_date": "2024-10-14T22:57:00",
"generation_date": "2024-10-14T16:00:55",
"source": "biolink_model.yaml"
},
"@context": {
Expand Down
6 changes: 3 additions & 3 deletions project/jsonld/biolink_model.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Biolink-Model",
"description": "Entity and association taxonomy and datamodel for life-sciences data",
"id": "https://w3id.org/biolink/biolink-model",
"version": "4.2.5-rc1",
"version": "4.2.5-rc2",
"imports": [
"linkml:types"
],
Expand Down Expand Up @@ -35761,9 +35761,9 @@
],
"metamodel_version": "1.7.0",
"source_file": "biolink_model.yaml",
"source_file_date": "2024-10-14T22:56:57",
"source_file_date": "2024-10-14T16:00:50",
"source_file_size": 401471,
"generation_date": "2024-10-14T22:57:02",
"generation_date": "2024-10-14T16:00:57",
"@type": "SchemaDefinition",
"@context": [
"project/jsonld/biolink_model.context.jsonld",
Expand Down
2 changes: 1 addition & 1 deletion project/jsonschema/biolink_model.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50371,5 +50371,5 @@
"metamodel_version": "1.7.0",
"title": "Biolink-Model",
"type": "object",
"version": "4.2.5-rc1"
"version": "4.2.5-rc2"
}
Loading

0 comments on commit df712fd

Please sign in to comment.