Skip to content

Commit

Permalink
Work towards v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Jan 12, 2024
1 parent e5e1a7d commit 687d936
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ Changelog
* Explicitly defined API


0.5.0
-----
0.5.0 (2024-01-12)
------------------

* Improved code quality
* Add Entity.custom_properties
* Simplify node access (experimental: energy_system.node[label])

0.5.1
-----
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
year = "2023"
author = "oemof developer group"
copyright = "{0}, {1}".format(year, author)
version = release = "0.5.0"
version = release = "0.5.1a1"

pygments_style = "trac"
templates_path = ["."]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def read(*names, **kwargs):

setup(
name="oemof.network",
version="0.5.0",
version="0.5.1a1",
license="MIT",
description="The network/graph submodules of oemof.",
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion src/oemof/network/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.0"
__version__ = "0.5.0a1"

from . import energy_system
from . import graph
Expand Down

0 comments on commit 687d936

Please sign in to comment.