Skip to content

Commit

Permalink
bump: version 3.0.0 → 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 9, 2024
1 parent a00b74e commit 88551af
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 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": "3.0.0",
"version": "3.0.1",
"upload_type": "software",
"keywords": [
"Toolbox",
Expand All @@ -10,7 +10,7 @@
"Python",
"Grid Model"
],
"publication_date": "2024-09-05",
"publication_date": "2024-09-09",
"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/3.0.0",
"identifier": "https://github.com/ieeh-tu-dresden/powerfactory-tools/tree/3.0.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 @@
## 3.0.1 (2024-09-09)

### Fix

- export without extra meta data (#275)

## 3.0.0 (2024-09-05)

### BREAKING CHANGE
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: 3.0.0
cff-version: 3.0.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 @@ -17,7 +17,7 @@
name = "ieeh-powerfactory-tools"
readme = "README.md"
requires-python = ">=3.10,<3.13"
version = "3.0.0"
version = "3.0.1"

[project.optional-dependencies]
io-basic = ["pandas"]
Expand Down Expand Up @@ -108,7 +108,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version = "3.0.0"
version = "3.0.1"
version_files = [
".zenodo.json:version",
"CITATION.cff:cff-version",
Expand Down
2 changes: 1 addition & 1 deletion src/powerfactory_tools/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# :copyright: Copyright (c) Institute of Electrical Power Systems and High Voltage Engineering - TU Dresden, 2022-2024.
# :license: BSD 3-Clause

VERSION = "3.0.0"
VERSION = "3.0.1"

0 comments on commit 88551af

Please sign in to comment.