From 6f504cfe1df7f55ee4deffbcdd934818e7a21f9d Mon Sep 17 00:00:00 2001 From: Michael Mans Date: Tue, 26 Mar 2019 16:49:01 +0100 Subject: [PATCH 1/2] revised ideas library number --- teaser/logic/buildingobjects/calculation/ibpsa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teaser/logic/buildingobjects/calculation/ibpsa.py b/teaser/logic/buildingobjects/calculation/ibpsa.py index d65526130..a74fdba68 100644 --- a/teaser/logic/buildingobjects/calculation/ibpsa.py +++ b/teaser/logic/buildingobjects/calculation/ibpsa.py @@ -45,7 +45,7 @@ def __init__(self, parent): self.parent = parent self.file_internal_gains = "InternalGains_" + self.parent.name + ".mat" self.version = {'AixLib': '0.7.3', 'Buildings': '5.1.0', - 'BuildingSystems': '2.0.0-beta2', 'IDEAS': '2.0.0'} + 'BuildingSystems': '2.0.0-beta2', 'IDEAS': '2.1.0'} self.consider_heat_capacity = True @staticmethod From b7792dbdff382cdf1faca973c98b8b37d0b7bd69 Mon Sep 17 00:00:00 2001 From: MichaMans Date: Tue, 26 Mar 2019 16:57:33 +0100 Subject: [PATCH 2/2] changed version number --- README.md | 2 +- doc/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76071be24..728103aff 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ models for all libraries supporting the ## Version -TEASER is a ongoing research project, the current version is 0.6.7, which is +TEASER is a ongoing research project, the current version is 0.6.8, which is still a pre-release. ## How to use TEASER diff --git a/doc/conf.py b/doc/conf.py index eb3a9c620..10cf979d0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = '0.6.' # The full version, including alpha/beta/rc tags. -release = '0.6.7' +release = '0.6.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 5592d01e8..10299f41d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='teaser', - version='0.6.7', + version='0.6.8', description='Tool for Energy Analysis and Simulation for ' 'Efficient Retrofit ', url='https://github.com/RWTH-EBC/TEASER',