Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Oct 9, 2017
1 parent cec9270 commit b27b31c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# The short X.Y version.
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.4.0a1'
release = '1.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion python/ember/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from output import *
import utils

__version__ = '1.4.0a1'
__version__ = '1.4.0'

# Add Ember's data file directory to Cantera's search path. Because the Python
# module is statically linked to Cantera, this needs to be done separately for
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else:
scripts = ['scripts/ember']

setup(name='Ember',
version='1.4.0a1',
version='1.4.0',
description='Multipurpose 1D Flame Solver',
long_description='',
author='Raymond L. Speth',
Expand Down

0 comments on commit b27b31c

Please sign in to comment.