Skip to content

Commit

Permalink
Merge pull request #1776 from OpenEnergyPlatform/hotfix-failing-workflow
Browse files Browse the repository at this point in the history
Hotfix failing workflow
  • Loading branch information
jh-RLI authored Jul 26, 2024
2 parents 3ca2641 + 5968982 commit d43ab05
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 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.21.3
current_version = 0.21.4

[bumpversion:file:VERSION]

Expand Down
2 changes: 1 addition & 1 deletion 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.21.3
version: 0.21.4
doi:
date-released: 2024-07-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 @@
0.21.3
0.21.4
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY ./docker/apache2.conf /etc/apache2/conf-enabled/oeplatform.conf
COPY . /app
COPY ./docker/docker-entrypoint.sh /app/docker-entrypoint.sh

RUN mkdir /app/ontologies/oeo/2.4.0 && cd /app/ontologies/oeo/2.4.0 && wget https://github.com/OpenEnergyPlatform/ontology/releases/download/v2.4.0/build-files.zip && unzip build-files.zip && rm build-files.zip
RUN mkdir -p /app/ontologies/oeo/2.4.0 && cd /app/ontologies/oeo/2.4.0 && wget https://github.com/OpenEnergyPlatform/ontology/releases/download/v2.4.0/build-files.zip && unzip build-files.zip && rm build-files.zip

RUN cp /app/oeplatform/securitysettings.py.default /app/oeplatform/securitysettings.py && python manage.py collectstatic --noinput && rm /app/oeplatform/securitysettings.py

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.21.3"
__version__ = "0.21.4"
11 changes: 11 additions & 0 deletions versions/changelogs/0_21_4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changes to the oeplatform code

## Changes

## Features

## Bugs

- Fix docker image build workflow [#1776](https://github.com/OpenEnergyPlatform/oeplatform/pull/1776)

## Documentation updates

0 comments on commit d43ab05

Please sign in to comment.