From 9c47e3161a79013bc6a18d8888bf636beb584dd6 Mon Sep 17 00:00:00 2001 From: nesnoj Date: Thu, 29 Aug 2019 15:08:11 +0200 Subject: [PATCH 1/4] incement version no to 0.5.0 with the next release, a minor change of db.connection() is planned, cf. #80 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ed079f..ab4bd65 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ author='NEXT ENERGY, Reiner Lemoine Institut gGmbH, ZNES', author_email='ulf.p.mueller@hs-flensburg.de', description='ego input/output repository', - version='0.4.6', + version='0.5.0', url='https://github.com/openego/ego.io', packages=find_packages(), license='GNU Affero General Public License v3.0', From a4c7203dbe83b97eff0fbf8f8a7d4bad799956ea Mon Sep 17 00:00:00 2001 From: nesnoj Date: Thu, 29 Aug 2019 15:18:46 +0200 Subject: [PATCH 2/4] set version no to 0.4.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ab4bd65..60967ef 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ author='NEXT ENERGY, Reiner Lemoine Institut gGmbH, ZNES', author_email='ulf.p.mueller@hs-flensburg.de', description='ego input/output repository', - version='0.5.0', + version='0.4.7', url='https://github.com/openego/ego.io', packages=find_packages(), license='GNU Affero General Public License v3.0', From d00728a78d92f9fb7c98b4fb973629b5618ad9c7 Mon Sep 17 00:00:00 2001 From: nesnoj Date: Thu, 29 Aug 2019 15:20:00 +0200 Subject: [PATCH 3/4] reqs: use PyPI release of oedialect instead of master branch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 60967ef..9d3c526 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ 'keyring >= 4.0', 'keyrings.alt', 'psycopg2-binary', - 'oedialect @ https://github.com/OpenEnergyPlatform/oedialect/archive/master.zip', + 'oedialect', 'numpy'], extras_require={ "sqlalchemy": 'postgresql'}, From bbc42461d720ea3b626d65bc82977a490c6c12e3 Mon Sep 17 00:00:00 2001 From: nesnoj Date: Thu, 29 Aug 2019 15:20:14 +0200 Subject: [PATCH 4/4] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0174e2..aeb46fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,11 @@ Here is a template for new release sections ### Changed +## [0.4.7] 2019-08-29 + +### Changed +- fix installation problem when installing via pip #81 + ## [0.4.6] 2019-08-29 ### Added