Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT

[tool.bumpversion]
current_version = "2.0.2"
current_version = "2.0.3"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading