From 839bcfa6ec30635b642e78cee9d37d5a5b68488e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Tue, 28 Jan 2025 00:37:44 +0100 Subject: [PATCH 1/2] Add inits #250 --- metadata/v1/__init__.py | 8 ++++++++ metadata/v2/__init__.py | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 metadata/v1/__init__.py create mode 100644 metadata/v2/__init__.py diff --git a/metadata/v1/__init__.py b/metadata/v1/__init__.py new file mode 100644 index 00000000..1875d32d --- /dev/null +++ b/metadata/v1/__init__.py @@ -0,0 +1,8 @@ +"""Example functions + +Examples calculater functionality. + +SPDX-FileCopyrightText: 2022 Jonas Huber © Reiner Lemoine Institut +SPDX-FileCopyrightText: 2022 Ludwig Hülk © Reiner Lemoine Institut +SPDX-License-Identifier: MIT +""" diff --git a/metadata/v2/__init__.py b/metadata/v2/__init__.py new file mode 100644 index 00000000..1875d32d --- /dev/null +++ b/metadata/v2/__init__.py @@ -0,0 +1,8 @@ +"""Example functions + +Examples calculater functionality. + +SPDX-FileCopyrightText: 2022 Jonas Huber © Reiner Lemoine Institut +SPDX-FileCopyrightText: 2022 Ludwig Hülk © Reiner Lemoine Institut +SPDX-License-Identifier: MIT +""" From 57da2577a57aca974cbff144a08ae60e4b6d5279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Mon, 3 Feb 2025 20:16:54 +0100 Subject: [PATCH 2/2] Update changelog #250 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5ee80b..3341aea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- [(#)]() +- Add missing init files [(#254)](https://github.com/OpenEnergyPlatform/oemetadata/pull/254) ### Changed - [(#)]()