Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nailend committed Sep 12, 2023
2 parents 125d696 + c00ad89 commit d72fb8a
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Changelog

Unreleased
------------------


0.0.4 Patch Release (2023-08-31)
-----------------------------------------------------

Features

* Add PR template `#129 <https://github.com/oemof/oemof-tabular/pull/129>`_
Expand Down
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.4dev1",
version="0.0.4",
license="BSD 3-Clause License",
description="Load oemof energy systems from tabular data sources.",
long_description="%s\n%s"
Expand Down Expand Up @@ -67,7 +67,7 @@ def read(*names, **kwargs):
install_requires=[
"datapackage==1.5.1",
"tableschema==1.7.4", # newer versions (v1.8.0 and up) fail!
"oemof.solph==0.5.1rc1",
"oemof.solph==0.5.1",
"pandas>=0.22",
"paramiko",
"toml",
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.4dev"
__version__ = "0.0.4"
__project__ = "oemof.tabular"


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.4dev",
"oemof_tabular_version": "0.0.4",
"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.4dev",
"oemof_tabular_version": "0.0.4",
"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.4dev",
"oemof_tabular_version": "0.0.4",
"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-foreignkeys-examples",
"oemof_tabular_version": "0.0.4dev",
"oemof_tabular_version": "0.0.4",
"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.4dev",
"oemof_tabular_version": "0.0.4",
"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": "renpass-invest-example",
"oemof_tabular_version": "0.0.4dev",
"oemof_tabular_version": "0.0.4",
"resources": [
{
"path": "data/elements/bus.csv",
Expand Down

0 comments on commit d72fb8a

Please sign in to comment.