Skip to content

Commit

Permalink
#136 changed the supported AixLib version to 0.2.5, changed the TEASE…
Browse files Browse the repository at this point in the history
…R version in Readme and setup
  • Loading branch information
MichaMans committed Feb 22, 2016
1 parent cd57dc3 commit 54d0824
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
2 changes: 1 addition & 1 deletion teaser/Project.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 54d0824

Please sign in to comment.