Skip to content

Commit

Permalink
Work towards v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Jun 25, 2024
1 parent 5834611 commit a68dad5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ These are new features and improvements of note in each release
:backlinks: top


.. include:: whatsnew/v0-5-4.rst
.. include:: whatsnew/v0-5-3.rst
.. include:: whatsnew/v0-5-2.rst
.. include:: whatsnew/v0-5-1.rst
Expand Down
31 changes: 31 additions & 0 deletions docs/whatsnew/v0-5-4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
v0.5.4
------

API changes
###########


New features
############


Documentation
#############

Bug fixes
#########


Other changes
#############


Known issues
############

* Incompatible to numpy >= 2.0.0. This is because of Pyomo, but we have to
enforce a lower version in our package.

Contributors
############

2 changes: 1 addition & 1 deletion src/oemof/solph/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.3"
__version__ = "0.5.4a1"

from . import buses
from . import components
Expand Down

0 comments on commit a68dad5

Please sign in to comment.