Skip to content

Commit

Permalink
Merge pull request #1392 from OpenEnergyPlatform/hotfix_release/v0.15.1
Browse files Browse the repository at this point in the history
Hotfix v0.15.1
  • Loading branch information
jh-RLI authored Oct 11, 2023
2 parents 65a11a5 + 2e06051 commit 1170120
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 18 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 = 0.15.0
current_version = 0.15.1

[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: 0.15.0
version: 0.15.1
doi:
date-released: 2023-10-10
date-released: 2023-10-11
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 @@
0.15.0
0.15.1
7 changes: 3 additions & 4 deletions factsheet/frontend/src/conf.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"localhost": "http://localhost:8000/",
"toep2": "http://oep.iks.cs.ovgu.de/",
"toep1": "https://oep.iks.cs.ovgu.de/",
"toep1": "http://toep.iks.cs.ovgu.de/",
"toep": "http://localhost:8000/",
"oep": "https://openenergy-platform.org/"
"toep1": "http://localhost:8000/",
"toep": "https://openenergy-platform.org/"
}

3 changes: 0 additions & 3 deletions factsheet/static/factsheet/js/main.1c9de701.js

This file was deleted.

1 change: 0 additions & 1 deletion factsheet/static/factsheet/js/main.1c9de701.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions factsheet/static/factsheet/js/main.afadd0cc.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions factsheet/static/factsheet/js/main.afadd0cc.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion factsheet/templates/factsheet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
{% endblock main-content-body %}

{% block after-body-bottom-js %}
<script src="{% static 'factsheet/js/main.1c9de701.js' %}"></script>
<script src="{% static 'factsheet/js/main.afadd0cc.js' %}"></script>
{% endblock after-body-bottom-js %}
8 changes: 4 additions & 4 deletions factsheet/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@

oeo_owl = get_ontology(Ontology_URI_STR).load()

# query_endpoint = 'http://localhost:3030/ds/query'
# update_endpoint = 'http://localhost:3030/ds/update'
#query_endpoint = 'http://localhost:3030/ds/query'
#update_endpoint = 'http://localhost:3030/ds/update'

# query_endpoint = 'https://toekb.iks.cs.ovgu.de:3443/oekg/query'
# update_endpoint = 'https://toekb.iks.cs.ovgu.de:3443/oekg/update'
#query_endpoint = 'https://toekb.iks.cs.ovgu.de:3443/oekg/query'
#update_endpoint = 'https://toekb.iks.cs.ovgu.de:3443/oekg/update'

query_endpoint = 'https://oekb.iks.cs.ovgu.de:3443/oekg_main/query'
update_endpoint = 'https://oekb.iks.cs.ovgu.de:3443/oekg_main/update'
Expand Down
2 changes: 1 addition & 1 deletion oeplatform/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.0"
__version__ = "0.15.1"
8 changes: 8 additions & 0 deletions versions/changelogs/0_15_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Changes

### Features

### Bugs
- HOTFIX: Update the React app build source and fix a URL that caused a CORS header error (#1392)

### Removed

0 comments on commit 1170120

Please sign in to comment.