Skip to content

Commit

Permalink
Merge pull request #145 from RWTH-EBC/issue136_AixLibSupport
Browse files Browse the repository at this point in the history
#136 changed the supported AixLib version to 0.2.5, changed the TEASE…
  • Loading branch information
PRemmen committed Feb 22, 2016
2 parents cd57dc3 + 72b0577 commit bd651ba
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '0.2.'
# The full version, including alpha/beta/rc tags.
release = '0.2.4'
release = '0.2.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 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 bd651ba

Please sign in to comment.