Skip to content

Commit

Permalink
Merge pull request #542 from RWTH-EBC/modelica_versions_master
Browse files Browse the repository at this point in the history
Modelica versions master
  • Loading branch information
MichaMans authored Oct 22, 2018
2 parents 7ece2f6 + 7da3b8e commit b2d959c
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 @@ -64,7 +64,7 @@ models for all libraries supporting the

## Version

TEASER is a ongoing research project, the current version is 0.6.3, which is
TEASER is a ongoing research project, the current version is 0.6.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.6.'
# The full version, including alpha/beta/rc tags.
release = '0.6.3'
release = '0.6.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
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='teaser',
version='0.6.3',
version='0.6.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/ibpsa.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self, parent):
self.parent = parent
self.file_internal_gains = "InternalGains_" + self.parent.name + ".mat"
self.version = {'AixLib': '0.7.2', 'Buildings': '5.1.0',
'BuildingSystems': '2.0.0-beta2', 'IDEAS': '1.0.0'}
'BuildingSystems': '2.0.0-beta2', 'IDEAS': '2.0.0'}
self.consider_heat_capacity = True

@staticmethod
Expand Down

0 comments on commit b2d959c

Please sign in to comment.