Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nailend committed Feb 23, 2024
2 parents 554549a + 4b223d1 commit 72463c6
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 22 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Changelog
Unreleased
----------

Features

Fixes


0.0.5 Patch Release - Miraculous Mary (2024-02-23)
-----------------------------------------------------

Features

Expand All @@ -18,7 +25,9 @@ Fixes

* Remove specific dirs from flake8 & isort `#136 <https://github.com/oemof/oemof-tabular/pull/136>`_
* Update lp-files to pyomo6.7 `#148 <https://github.com/oemof/oemof-tabular/pull/148>`_
* Fix oemof.solph version to v0.5.2dev1 `#159 <https://github.com/oemof/oemof-tabular/pull/159>`_
* Rework periodic value deserialization `#154 <https://github.com/oemof/oemof-tabular/pull/154>`_
* Fix oemof.solph version to v0.5.2dev1 `#157 <https://github.com/oemof/oemof-tabular/pull/157>`_
* Fix oemof.solph version to v0.5.2.dev1 `#159 <https://github.com/oemof/oemof-tabular/pull/159>`_



Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
source_suffix = '.rst'
master_doc = 'index'
project = 'oemof.tabular'
year = '2018'
author = 'Stephan Günther'
year = '2023'
author = 'Stephan Günther, Jann Launer, Julian Endres, Hendrik Huyskens'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.0.5dev'
version = release = '0.0.5'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion punch_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
major = 0
minor = 0
patch = 5
status = "dev"
status = ""
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read(*names, **kwargs):

setup(
name="oemof.tabular",
version="0.0.5dev",
version="0.0.5",
license="BSD 3-Clause License",
description="Load oemof energy systems from tabular data sources.",
long_description="%s\n%s"
Expand All @@ -30,7 +30,7 @@ def read(*names, **kwargs):
),
re.sub(":[a-z]+:`~?(.*?)`", r"``\1``", read("CHANGELOG.rst")),
),
author="Stephan Günther, Simon Hilpert, Martin Söthe",
author="Stephan Günther, Simon Hilpert, Martin Söthe, Jann Launer, Hendrik Huyskens, Julian Endres, Felix Maurer",
author_email="[email protected]",
url="https://github.com/oemof/oemof-tabular",
packages=["oemof"] + ["oemof." + p for p in find_packages("src/oemof")],
Expand Down
2 changes: 1 addition & 1 deletion src/oemof/tabular/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.5dev"
__version__ = "0.0.5"
__project__ = "oemof.tabular"


Expand Down
2 changes: 1 addition & 1 deletion src/oemof/tabular/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"0.0.2",
"0.0.3",
"0.0.4",
"0.0.5dev",
"0.0.5",
]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"profile": "tabular-data-package",
"name": "oemof-tabular-dispatch-example",
"oemof_tabular_version": "0.0.5dev",
"oemof_tabular_version": "0.0.5",
"resources": [
{
"path": "data/elements/bus.csv",
Expand Down Expand Up @@ -435,4 +435,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"profile": "tabular-data-package",
"name": "oemof-tabular-dispatch-example",
"oemof_tabular_version": "0.0.5dev",
"oemof_tabular_version": "0.0.5",
"resources": [
{
"path": "data/elements/bus.csv",
Expand Down Expand Up @@ -465,4 +465,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"profile": "tabular-data-package",
"name": "oemof-tabular-dispatch-example",
"oemof_tabular_version": "0.0.5dev",
"oemof_tabular_version": "0.0.5",
"resources": [
{
"path": "data/elements/bus.csv",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"profile": "tabular-data-package",
"name": "oemof-tabular-dispatch-example",
"oemof_tabular_version": "0.0.5dev",
"oemof_tabular_version": "0.0.5",
"resources": [
{
"path": "data/elements/bus.csv",
Expand Down Expand Up @@ -438,4 +438,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"profile": "tabular-data-package",
"name": "oemof-tabular-foreignkeys-examples",
"oemof_tabular_version": "0.0.5dev",
"oemof_tabular_version": "0.0.5",
"resources": [
{
"path": "data/elements/bus.csv",
Expand Down Expand Up @@ -183,4 +183,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"profile": "tabular-data-package",
"name": "renpass-invest-example",
"oemof_tabular_version": "0.0.5dev",
"oemof_tabular_version": "0.0.5",
"resources": [
{
"path": "data/elements/bus.csv",
Expand Down Expand Up @@ -571,4 +571,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"profile": "tabular-data-package",
"name": "renpass-invest-example",
"oemof_tabular_version": "0.0.5dev",
"oemof_tabular_version": "0.0.5",
"resources": [
{
"path": "data/elements/bus.csv",
Expand Down Expand Up @@ -672,4 +672,4 @@
}
}
]
}
}

0 comments on commit 72463c6

Please sign in to comment.