From 07853d61d6aa32a5c03a3fbc7e345afc03487b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Thu, 6 Feb 2025 14:42:11 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Bump=20version:=202.0.2=20=E2=86=92=202.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- CITATION.cff | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index b7cb7a6a..64f95834 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -3,7 +3,7 @@ # SPDX-License-Identifier: MIT [tool.bumpversion] -current_version = "2.0.2" +current_version = "2.0.3" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/CITATION.cff b/CITATION.cff index 4f80a2bd..04aa345e 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.2 +version: 2.0.3 doi: date-released: 2025-01-24 url: "https://github.com/OpenEnergyPlatform/oemetadata" diff --git a/pyproject.toml b/pyproject.toml index 7549d769..3ee6a4b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "oemetadata" -version = "2.0.2" +version = "2.0.3" 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 bc06587d..395f5f23 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.2" +version = "2.0.3" source = { editable = "." } dependencies = [ { name = "stringcase" }, From 190d4b9e55870cc01ddfcee84a33a84730908fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Thu, 6 Feb 2025 14:43:59 +0100 Subject: [PATCH 2/2] Update changelog #251 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 477c119a..80acba6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ 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.3] - Patch Release - Patchy Install and Repo - 2025-02-06 ### Added - Add missing init files [(#254)](https://github.com/OpenEnergyPlatform/oemetadata/pull/254) @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Delete setup.py [(#256)](https://github.com/OpenEnergyPlatform/oemetadata/pull/256) - Delete unused configs [(#256)](https://github.com/OpenEnergyPlatform/oemetadata/pull/256) + ## [2.0.2] - Patch Release - Add RDF terms - 2025-01-22 ### Added