diff --git a/.bumpversion.toml b/.bumpversion.toml index 2a7b0a74..21ced3c4 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -3,7 +3,7 @@ # SPDX-License-Identifier: MIT [tool.bumpversion] -current_version = "2.0.3" +current_version = "2.0.4" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/CHANGELOG.md b/CHANGELOG.md index e182dc6a..a8ebfac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ For each version, important additions, changes and removals are listed here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.0.4] - Patch Release - Patch Dataset Id - 2025-03-11 ### Added - Introduce scoped context for spatial and temporal objects [(#260)](https://github.com/OpenEnergyPlatform/oemetadata/pull/260) diff --git a/CITATION.cff b/CITATION.cff index 04aa345e..b49d254a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -33,7 +33,7 @@ authors: title: "Open Energy Family - Open Energy Metadata (OEMetadata)" type: software license: MIT -version: 2.0.3 +version: 2.0.4 doi: date-released: 2025-01-24 url: "https://github.com/OpenEnergyPlatform/oemetadata" diff --git a/oemetadata/latest/example.json b/oemetadata/latest/example.json index eab188b5..e3baee37 100644 --- a/oemetadata/latest/example.json +++ b/oemetadata/latest/example.json @@ -250,7 +250,7 @@ }, { "name": "is_active", - "description": "Betriebsstaus", + "description": "Betriebsstatus", "type": "boolean", "nullable": false, "unit": null, @@ -339,7 +339,7 @@ } ], "metaMetadata": { - "metadataVersion": "OEMetadata-2.0.3", + "metadataVersion": "OEMetadata-2.0.4", "metadataLicense": { "name": "CC0-1.0", "title": "Creative Commons Zero v1.0 Universal", diff --git a/oemetadata/latest/schema.json b/oemetadata/latest/schema.json index 6bf94ccd..da71c084 100644 --- a/oemetadata/latest/schema.json +++ b/oemetadata/latest/schema.json @@ -1440,7 +1440,7 @@ "metadataVersion": { "description": "Type and version number of the metadata.", "examples": [ - "OEMetadata-2.0.3" + "OEMetadata-2.0.4" ], "type": [ "string", diff --git a/oemetadata/latest/template.json b/oemetadata/latest/template.json index e4671018..f7d41037 100644 --- a/oemetadata/latest/template.json +++ b/oemetadata/latest/template.json @@ -176,7 +176,7 @@ } ], "metaMetadata": { - "metadataVersion": "OEMetadata-2.0.3", + "metadataVersion": "OEMetadata-2.0.4", "metadataLicense": { "name": "CC0-1.0", "title": "Creative Commons Zero v1.0 Universal", diff --git a/oemetadata/v2/v20/build_source/schemas/meta.json b/oemetadata/v2/v20/build_source/schemas/meta.json index 46702325..20972a80 100644 --- a/oemetadata/v2/v20/build_source/schemas/meta.json +++ b/oemetadata/v2/v20/build_source/schemas/meta.json @@ -10,7 +10,7 @@ "metadataVersion": { "description": "Type and version number of the metadata.", "examples": [ - "OEMetadata-2.0.3" + "OEMetadata-2.0.4" ], "type": [ "string", diff --git a/oemetadata/v2/v20/build_source/scripts/create_template.py b/oemetadata/v2/v20/build_source/scripts/create_template.py index a53f36ba..f0d77659 100644 --- a/oemetadata/v2/v20/build_source/scripts/create_template.py +++ b/oemetadata/v2/v20/build_source/scripts/create_template.py @@ -143,7 +143,7 @@ def replace_key_in_json(file_path, target_key, new_value): logger.info("Generation started.") main() replace_key_in_json(TEMPLATE_PATH, "boundingBox", [0, 0, 0, 0]) - replace_key_in_json(TEMPLATE_PATH, "metadataVersion", "OEMetadata-2.0.3") + replace_key_in_json(TEMPLATE_PATH, "metadataVersion", "OEMetadata-2.0.4") replace_key_in_json( TEMPLATE_PATH, "metadataLicense", diff --git a/oemetadata/v2/v20/build_source/scripts/example/fields.json b/oemetadata/v2/v20/build_source/scripts/example/fields.json index 461c589f..13817d22 100644 --- a/oemetadata/v2/v20/build_source/scripts/example/fields.json +++ b/oemetadata/v2/v20/build_source/scripts/example/fields.json @@ -106,7 +106,7 @@ }, { "name": "is_active", - "description": "Betriebsstaus", + "description": "Betriebsstatus", "type": "boolean", "nullable": false, "unit": null, diff --git a/oemetadata/v2/v20/example.json b/oemetadata/v2/v20/example.json index eab188b5..e3baee37 100644 --- a/oemetadata/v2/v20/example.json +++ b/oemetadata/v2/v20/example.json @@ -250,7 +250,7 @@ }, { "name": "is_active", - "description": "Betriebsstaus", + "description": "Betriebsstatus", "type": "boolean", "nullable": false, "unit": null, @@ -339,7 +339,7 @@ } ], "metaMetadata": { - "metadataVersion": "OEMetadata-2.0.3", + "metadataVersion": "OEMetadata-2.0.4", "metadataLicense": { "name": "CC0-1.0", "title": "Creative Commons Zero v1.0 Universal", diff --git a/oemetadata/v2/v20/schema.json b/oemetadata/v2/v20/schema.json index 93080ac0..d01a0804 100644 --- a/oemetadata/v2/v20/schema.json +++ b/oemetadata/v2/v20/schema.json @@ -1440,7 +1440,7 @@ "metadataVersion": { "description": "Type and version number of the metadata.", "examples": [ - "OEMetadata-2.0.3" + "OEMetadata-2.0.4" ], "type": [ "string", diff --git a/oemetadata/v2/v20/template.json b/oemetadata/v2/v20/template.json index e4671018..f7d41037 100644 --- a/oemetadata/v2/v20/template.json +++ b/oemetadata/v2/v20/template.json @@ -176,7 +176,7 @@ } ], "metaMetadata": { - "metadataVersion": "OEMetadata-2.0.3", + "metadataVersion": "OEMetadata-2.0.4", "metadataLicense": { "name": "CC0-1.0", "title": "Creative Commons Zero v1.0 Universal", diff --git a/pyproject.toml b/pyproject.toml index 3ee6a4b7..1d6e250c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "oemetadata" -version = "2.0.3" +version = "2.0.4" authors = [ {name = "Ludwig Hülk", email = "datenzentrum@rl-institut.de"}] description = "Open Energy Metadata (OEMetadata) - The energy metadata standard" diff --git a/uv.lock b/uv.lock index 395f5f23..3fa7b926 100644 --- a/uv.lock +++ b/uv.lock @@ -13,7 +13,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/f3/1f/1241aa3d66e8dc161 [[package]] name = "oemetadata" -version = "2.0.3" +version = "2.0.4" source = { editable = "." } dependencies = [ { name = "stringcase" },