Skip to content

Commit

Permalink
Merge pull request #489 from RWTH-EBC/issue136_AixLibVersion
Browse files Browse the repository at this point in the history
Issue136 aix lib version
  • Loading branch information
mlauster authored Oct 16, 2017
2 parents c1068ba + 8684190 commit eed3d1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion teaser/logic/buildingobjects/calculation/aixlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eed3d1d

Please sign in to comment.