Skip to content

Commit

Permalink
bump: version 2.3.0 → 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 23, 2024
1 parent 6457696 commit 6e7ef3c
Show file tree
Hide file tree
Showing 11 changed files with 4,425 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": "2.3.0",
"version": "2.3.1",
"upload_type": "software",
"keywords": [
"Power System Modeling",
"JSON",
"Python",
"Data Model"
],
"publication_date": "2024-08-01",
"publication_date": "2024-08-23",
"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/2.3.0",
"identifier": "https://github.com/ieeh-tu-dresden/power-system-data-model/tree/2.3.1",
"relation": "isSupplementTo"
}
]
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.3.1 (2024-08-23)

### Fix

- add tests for AttributeData initialization (#141)
- extend BranchType for series assets (RLC) (#144)

## 2.3.0 (2024-08-01)

### 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: 2.3.0
cff-version: 2.3.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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name = "ieeh-power-system-data-model"
readme = "README.md"
requires-python = ">=3.10"
version = "2.3.0"
version = "2.3.1"

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

0 comments on commit 6e7ef3c

Please sign in to comment.