Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vogt31337 committed Mar 6, 2025
1 parent a1b0861 commit b91e663
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Change Log
[upcoming release] - 2025-..-..
-------------------------------

[3.0.0] - 2025-03-06
-------------------------------

- [ADDED] cim2pp converter - extract measurements for load, sgen, gen, shunt, ext_grid, ward and xward elements
- [ADDED] cim2pp converter - extract 'Terminal' and 'description' Analog fields in net.measurement
- [FIXED] cim2pp converter - removed nan rows in net.measurement
Expand Down
2 changes: 1 addition & 1 deletion pandapower/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import importlib.metadata

__version__ = importlib.metadata.version("pandapower")
__format_version__ = "3.0.0.dev0"
__format_version__ = "3.0.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pandapower"
version = "3.0.0.dev2" # File format version '__format_version__' is tracked in _version.py
version = "3.0.0" # File format version '__format_version__' is tracked in _version.py
authors = [
{ name = "Leon Thurner", email = "leon.thurner@retoflow.de" },
{ name = "Alexander Scheidler", email = "alexander.scheidler@iee.fraunhofer.de" }
Expand Down

0 comments on commit b91e663

Please sign in to comment.