Skip to content

Commit

Permalink
Merge branch 'hotfix/numpy2_release'
Browse files Browse the repository at this point in the history
  • Loading branch information
vogt31337 committed Jun 19, 2024
2 parents f973e00 + 2c40bb9 commit ebcc27b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
=============

[2.14.8] - 2024-06-19
-------------------------------
- [FIXED] numpy version

[2.14.7] - 2024-06-14
-------------------------------
- [FIXED] read the docs configuration
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = "2.14"
# The full version, including alpha/beta/rc tags.
release = "2.14.7"
release = "2.14.8"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pandapower/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.14.7"
__version__ = "2.14.8"
__format_version__ = "2.14.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='pandapower',
version='2.14.7',
version='2.14.8',
author='Leon Thurner, Alexander Scheidler',
author_email='[email protected], [email protected]',
description='An easy to use open source tool for power system modeling, analysis and optimization with a high degree of automation.',
Expand All @@ -46,7 +46,7 @@
install_requires=["pandas>=1.0",
"networkx>=2.5",
"scipy",
"numpy",
"numpy<2.0",
"packaging",
"tqdm",
"deepdiff"],
Expand Down

0 comments on commit ebcc27b

Please sign in to comment.