From 9fe0fc84dab8072aa260493566d7d8319a8cc964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Mon, 19 Aug 2024 10:16:33 +0200 Subject: [PATCH] Release v0.5.4 --- docs/whatsnew/v0-5-4.rst | 11 ++--------- src/oemof/solph/__init__.py | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/whatsnew/v0-5-4.rst b/docs/whatsnew/v0-5-4.rst index 0ca502427..edc02ba08 100644 --- a/docs/whatsnew/v0-5-4.rst +++ b/docs/whatsnew/v0-5-4.rst @@ -1,8 +1,5 @@ -v0.5.4 ------- - -API changes -########### +v0.5.4 (August 19th, 2024) +-------------------------- New features ############ @@ -17,10 +14,6 @@ Documentation * Improve documentation of full load time. -Bug fixes -######### - - Other changes ############# diff --git a/src/oemof/solph/__init__.py b/src/oemof/solph/__init__.py index 92d88d668..ebdb22c2c 100644 --- a/src/oemof/solph/__init__.py +++ b/src/oemof/solph/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.4a1" +__version__ = "0.5.4" from . import buses from . import components