From 5da66d72e75df2ddb01a4de121d04d45c84cae86 Mon Sep 17 00:00:00 2001 From: Moritz Lauster Date: Thu, 12 Oct 2017 21:02:47 +0200 Subject: [PATCH 1/3] Updates version number of AixLib to 0.5.2 --- teaser/logic/buildingobjects/calculation/aixlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teaser/logic/buildingobjects/calculation/aixlib.py b/teaser/logic/buildingobjects/calculation/aixlib.py index caec1a4c8..7479853d4 100644 --- a/teaser/logic/buildingobjects/calculation/aixlib.py +++ b/teaser/logic/buildingobjects/calculation/aixlib.py @@ -62,7 +62,7 @@ def __init__(self, parent): self.file_set_t = "Tset_" + self.parent.name + ".mat" self.file_ahu = "AHU_" + self.parent.name + ".mat" self.file_internal_gains = "InternalGains_" + self.parent.name + ".mat" - self.version = "0.4.0" + self.version = "0.5.2" self.total_surface_area = None self.consider_heat_capacity = True self.use_set_back = True From dd34f7c5247b7937766174ff558a6de233abb8c4 Mon Sep 17 00:00:00 2001 From: Moritz Lauster Date: Thu, 12 Oct 2017 21:02:47 +0200 Subject: [PATCH 2/3] Updates version number of AixLib to 0.5.2 #136 --- teaser/logic/buildingobjects/calculation/aixlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teaser/logic/buildingobjects/calculation/aixlib.py b/teaser/logic/buildingobjects/calculation/aixlib.py index caec1a4c8..7479853d4 100644 --- a/teaser/logic/buildingobjects/calculation/aixlib.py +++ b/teaser/logic/buildingobjects/calculation/aixlib.py @@ -62,7 +62,7 @@ def __init__(self, parent): self.file_set_t = "Tset_" + self.parent.name + ".mat" self.file_ahu = "AHU_" + self.parent.name + ".mat" self.file_internal_gains = "InternalGains_" + self.parent.name + ".mat" - self.version = "0.4.0" + self.version = "0.5.2" self.total_surface_area = None self.consider_heat_capacity = True self.use_set_back = True From 86841900e9bb7e18aad5678f73dff296146e5a1b Mon Sep 17 00:00:00 2001 From: Moritz Lauster Date: Thu, 12 Oct 2017 21:08:47 +0200 Subject: [PATCH 3/3] Increases version number to 0.5.4 #136 --- 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 69c57acb2..a7d5b6d10 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ models for [AixLib](https://github.com/RWTH-EBC/AixLib) and ## Version -TEASER is a ongoing research project, the current version is 0.5.3, which is +TEASER is a ongoing research project, the current version is 0.5.4, which is still a pre-release. ## How to use TEASER diff --git a/doc/conf.py b/doc/conf.py index 3d45090fb..8aaaeed17 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = '0.5.' # The full version, including alpha/beta/rc tags. -release = '0.5.3' +release = '0.5.4' # 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 656e03fbe..dfee17beb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from sys import platform setup(name='teaser', - version='0.5.3', + version='0.5.4', description='Tool for Energy Analysis and Simulation for ' 'Efficient Retrofit ', url='https://github.com/RWTH-EBC/TEASER',