Skip to content

Commit

Permalink
bump: version 1.5.0 → 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 25, 2023
1 parent 621bd39 commit 7352b71
Show file tree
Hide file tree
Showing 8 changed files with 1,928 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"description": "IEEH Power System Data Model provides a schema to describe the elements of an electrical power system. It provides a hierarchical structure/schema to describe unique entity relations as well as parameter sets.",
"title": "Power System Data Model - A data model for the description of electrical power systems",
"version": "1.5.0",
"version": "1.5.1",
"upload_type": "software",
"keywords": [
"Power System Modeling",
"JSON",
"Python",
"Data Model"
],
"publication_date": "2023-07-06",
"publication_date": "2023-07-25",
"creators": [
{
"name": "Institute of Electrical Power Systems and High Voltage Engineering - TU Dresden"
Expand All @@ -21,7 +21,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/ieeh-tu-dresden/power-system-data-model/tree/1.5.0",
"identifier": "https://github.com/ieeh-tu-dresden/power-system-data-model/tree/1.5.1",
"relation": "isSupplementTo"
}
]
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.5.1 (2023-07-25)

### Fix

- missing control type information in controller

## 1.5.0 (2023-07-06)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cff-version: 1.5.0
cff-version: 1.5.1
message: "If you use this software, please cite it as below."
authors:
- family-names: "Institute of Electrical Power Systems and High Voltage Engineering - TU Dresden"
Expand Down
2 changes: 1 addition & 1 deletion psdm/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from psdm.base import Base

VERSION = "1.5.0"
VERSION = "1.5.1"


class Meta(Base):
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name = "ieeh-power-system-data-model"
readme = "README.md"
requires-python = ">=3.10"
version = "1.5.0"
version = "1.5.1"

[project.urls]
Source = "https://github.com/ieeh-tu-dresden/power-system-data-model"
Expand Down Expand Up @@ -86,7 +86,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version = "1.5.0"
version = "1.5.1"
version_files = [
".zenodo.json:version",
"CITATION.cff:cff-version",
Expand Down
Loading

0 comments on commit 7352b71

Please sign in to comment.