Skip to content

Commit

Permalink
Merge pull request #310 from RWTH-EBC/issue307_pyxb
Browse files Browse the repository at this point in the history
Issue307 pyxb
  • Loading branch information
MichaMans authored Sep 21, 2016
2 parents 2a46214 + a61793f commit 68a08df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ IEA-EBC [Annex60](https://github.com/iea-annex60/modelica-annex60).

### Version

The current version is 0.3.8, which is a pre-release.
The current version is 0.3.9, which is a pre-release.

### How to cite 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.3.'
# The full version, including alpha/beta/rc tags.
release = '0.3.8'
release = '0.3.9'

# 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 @@ -60,7 +60,7 @@ IEA-EBC `Annex60 <https://github.com/iea-annex60/modelica-annex60>`_.
Version
==================

The current version is 0.3.8, which is a pre-release.
The current version is 0.3.9, which is a pre-release.

How to cite TEASER
==================
Expand Down
6 changes: 3 additions & 3 deletions 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.3.8',
version='0.3.9',
description='Tool for Energy Analysis and Simulation for Efficient Retrofit ',
url='https://github.com/RWTH-EBC/TEASER',
author='RWTH Aachen University, E.ON Energy Research Center, Institute of Energy Efficient Buildings and Indoor Climate',
Expand Down Expand Up @@ -58,5 +58,5 @@
'teaser.examples.examplefiles': ['*.teaserXML'],
'teaser.examples.examplefiles.MelatenXML': ['*.xml']},
classifiers = ['License :: OSI Approved :: MIT License'],
setup_requires = ['mako', 'pyxb', 'pytest'],
install_requires = ['mako', 'pyxb', 'pytest'])
setup_requires = ['mako', 'pyxb==1.2.4', 'pytest'],
install_requires = ['mako', 'pyxb==1.2.4', 'pytest'])

0 comments on commit 68a08df

Please sign in to comment.