Skip to content

Commit

Permalink
Merge pull request #477 from RWTH-EBC/issue476_versionNr
Browse files Browse the repository at this point in the history
increase version number
  • Loading branch information
PRemmen authored Sep 4, 2017
2 parents 5bbfe28 + 27ec095 commit c1068ba
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 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.2, which is
TEASER is a ongoing research project, the current version is 0.5.3, which is
still a pre-release.

## How to use TEASER
Expand Down
28 changes: 14 additions & 14 deletions 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.2'
release = '0.5.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -208,25 +208,25 @@
# -- Options for LaTeX output ---------------------------------------------

latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',

# The font size ('10pt', '11pt' or '12pt').
#'pointsize': '10pt',
# The font size ('10pt', '11pt' or '12pt').
#'pointsize': '10pt',

# Additional stuff for the LaTeX preamble.
#'preamble': '',
# Additional stuff for the LaTeX preamble.
#'preamble': '',

# Latex figure (float) alignment
#'figure_align': 'htbp',
# Latex figure (float) alignment
#'figure_align': 'htbp',
}

# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'TEASER.tex', 'TEASER Documentation',
'TEASER Development Team', 'manual'),
(master_doc, 'TEASER.tex', 'TEASER Documentation',
'TEASER Development Team', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down Expand Up @@ -269,9 +269,9 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'TEASER', 'TEASER Documentation',
author, 'TEASER', 'One line description of project.',
'Miscellaneous'),
(master_doc, 'TEASER', 'TEASER Documentation',
author, 'TEASER', 'One line description of project.',
'Miscellaneous'),
]

# Documents to append as an appendix to all manuals.
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.2',
version='0.5.3',
description='Tool for Energy Analysis and Simulation for '
'Efficient Retrofit ',
url='https://github.com/RWTH-EBC/TEASER',
Expand Down

0 comments on commit c1068ba

Please sign in to comment.