Skip to content

Commit

Permalink
Prepare for development towards 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Aug 31, 2023
1 parent 6b43450 commit 1290c05
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 5 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.1
current_version = 0.5.2dev0
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.1"
__version__ = "0.5.2dev0"
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-2.rst
.. include:: whatsnew/v0-5-1.rst
.. include:: whatsnew/v0-5-0.rst
.. include:: whatsnew/v0-4-5.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.1"
version = release = "0.5.2dev0"

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

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

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

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

Bug fixes
#########

Testing
#######

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

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.1",
version="0.5.2dev0",
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.1"
__version__ = "0.5.2dev0"

from . import buses
from . import components
Expand Down

0 comments on commit 1290c05

Please sign in to comment.