Skip to content

Commit

Permalink
Work towards v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Jan 12, 2024
1 parent 671ef32 commit 82f6cfb
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.2"
__version__ = "0.5.3a1"
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-3.rst
.. include:: whatsnew/v0-5-2.rst
.. include:: whatsnew/v0-5-1.rst
.. include:: whatsnew/v0-5-0.rst
Expand Down
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.2"
version = release = "0.5.3a1"

pygments_style = "trac"
templates_path = ["."]
Expand Down
23 changes: 23 additions & 0 deletions docs/whatsnew/v0-5-3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
v0.5.3
------

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

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

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

Bug fixes
#########

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

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

Contributors
############
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.2",
version="0.5.3a1",
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.2"
__version__ = "0.5.3a1"

from . import buses
from . import components
Expand Down

0 comments on commit 82f6cfb

Please sign in to comment.