Skip to content

Commit

Permalink
bump: version 1.4.1 → 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 24, 2023
1 parent f0f87d9 commit 25ab762
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "PowerFactory Tools is a toolbox for external use ('engine mode') of the power flow calculation program DIgSILENT PowerFactory. For that, the Python-PowerFactory-API which is provided by the company is utilized.",
"title": "PowerFactory Tools - A toolbox for Python based control of DIgSILENT PowerFactory",
"version": "1.4.1",
"version": "1.4.2",
"upload_type": "software",
"keywords": [
"Toolbox",
Expand All @@ -10,7 +10,7 @@
"Python",
"Grid Model"
],
"publication_date": "2023-03-22",
"publication_date": "2023-03-24",
"creators": [
{
"name": "Institute of Electrical Power Systems and High Voltage Engineering - TU Dresden"
Expand All @@ -22,7 +22,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/ieeh-tu-dresden/powerfactory-tools/tree/1.4.1",
"identifier": "https://github.com/ieeh-tu-dresden/powerfactory-tools/tree/1.4.2",
"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.4.2 (2023-03-24)

### Fix

- add neutral to schema phase information (contributors: @sasanjac)

## 1.4.1 (2023-03-22)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name = "ieeh-powerfactory-tools"
readme = "README.md"
requires-python = ">=3.10,<3.11"
version = "1.4.1"
version = "1.4.2"

[project.urls]
Source = "https://github.com/ieeh-tu-dresden/powerfactory-tools"
Expand Down Expand Up @@ -78,7 +78,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version = "1.4.1"
version = "1.4.2"
version_files = [".zenodo.json:version", "pyproject.toml:version"]

[tool.mypy]
Expand Down
3 changes: 2 additions & 1 deletion schema/1.1.0/topology.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@
"enum": [
"A",
"B",
"C"
"C",
"N"
]
},
"SystemType": {
Expand Down

0 comments on commit 25ab762

Please sign in to comment.