Skip to content

Commit

Permalink
Merge pull request #1873 from OpenEnergyPlatform/master
Browse files Browse the repository at this point in the history
Hotfix release from Master back to develop
  • Loading branch information
jh-RLI authored Sep 25, 2024
2 parents 1565e1c + e332290 commit f0e4d18
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3

[bumpversion:file:VERSION]

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ authors:
title: "Open Energy Family - Open Energy Platform (OEP)"
type: software
license: AGPL-3.0-or-later
version: 1.0.2
version: 1.0.3
doi:
date-released: 2024-09-24
date-released: 2024-09-25
url: "https://github.com/OpenEnergyPlatform/oeplatform/"
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
xmlns:term="http://purl.org/dc/terms/">

<owl:Ontology rdf:about="http://openenergy-platform.org/ontology/oeox">
<owl:imports rdf:resource="http://openenergy-platform.org/ontology/oeo/releases/2.4.0/oeo-full.owl"/>
<owl:imports rdf:resource="http://openenergy-platform.org/ontology/oeo/releases/2.5.0/oeo-full.owl"/>
<dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The Open Energy Ontology Extended (OEOX) extends the Open Energy Ontology. It contains compositions of terms that are too specific for the OEO.</dc:description>
<term:license rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://creativecommons.org/publicdomain/zero/1.0/</term:license>
<term:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Open Energy Ontology Extended (OEOX)</term:title>
Expand Down
2 changes: 1 addition & 1 deletion oeplatform/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.3"
11 changes: 11 additions & 0 deletions versions/changelogs/1_0_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changes to the oeplatform code

## Changes

- Update the oeo version in the oeo-extended template as oeo-v2.5.0 was released [(#1871)](https://github.com/OpenEnergyPlatform/oeplatform/pull/1871)

## Features

## Bugs

## Documentation updates

0 comments on commit f0e4d18

Please sign in to comment.