From 54d0824931a6b9b693cd64c6c1bb45e751c8d1d2 Mon Sep 17 00:00:00 2001 From: MichaMans Date: Mon, 22 Feb 2016 17:31:11 +0100 Subject: [PATCH] #136 changed the supported AixLib version to 0.2.5, changed the TEASER version in Readme and setup --- README.md | 2 +- setup.py | 2 +- teaser/Project.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea262d92e..6155778c1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ TEASER contains an archetype building generator as well as parameter calculation ### Version -The current version is 0.2.4, which is a pre-release +The current version is 0.2.5, which is a pre-release ### How to contribute to the development of TEASER diff --git a/setup.py b/setup.py index da92448e8..f81511f5e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='teaser', - version='0.2.4', + version='0.2.5', description='Tool for Energy Analysis and Simulation for Efficient Retrofit ', url='https://github.com/RWTH-EBC/TEASER', author='TEASER Development Team', diff --git a/teaser/Project.py b/teaser/Project.py index 1217528c5..daa193d03 100644 --- a/teaser/Project.py +++ b/teaser/Project.py @@ -665,7 +665,7 @@ def export_record(self, building_model=None, zone_model=None, pass """ uses = ['Modelica(version = "3.2.1")', - "AixLib(version=\"0.2.3\")"] + "AixLib(version=\"0.2.5\")"] # for bldg in self.list_of_buildings: # assert bldg._calculation_method == "vdi", ("AixLib needs \