Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Aug 31, 2023
1 parent 2c2de30 commit cb9a182
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1rc1
current_version = 0.5.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.1rc1"
__version__ = "0.5.1"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def setup(app):
year = "2014-2023"
author = "oemof-developer-group"
copyright = "{0}, {1}".format(year, author)
version = release = "0.5.1rc1"
version = release = "0.5.1"

pygments_style = "trac"
templates_path = ["."]
Expand Down
9 changes: 2 additions & 7 deletions docs/whatsnew/v0-5-1.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.5.1 (?)
----------
v0.5.1 (August 31st, 2023)
--------------------------


API changes
Expand Down Expand Up @@ -61,11 +61,6 @@ Testing
* Add tests for experimental SinkDSM component.
* Add tests for multi-period investment.

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



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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read(*names, **kwargs):

setup(
name="oemof.solph",
version="0.5.1rc1",
version="0.5.1",
license="MIT",
description=(
"A model generator for energy system modelling and optimisation."
Expand Down
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.1rc1"
__version__ = "0.5.1"

from . import buses
from . import components
Expand Down

0 comments on commit cb9a182

Please sign in to comment.