Skip to content

Commit b27b31c

Browse files
committed
Bump version to 1.4.0
1 parent cec9270 commit b27b31c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/sphinx/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# The short X.Y version.
5656
version = '1.4'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '1.4.0a1'
58+
release = '1.4.0'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

python/ember/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from output import *
88
import utils
99

10-
__version__ = '1.4.0a1'
10+
__version__ = '1.4.0'
1111

1212
# Add Ember's data file directory to Cantera's search path. Because the Python
1313
# module is statically linked to Cantera, this needs to be done separately for

python/setup.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ else:
1515
scripts = ['scripts/ember']
1616

1717
setup(name='Ember',
18-
version='1.4.0a1',
18+
version='1.4.0',
1919
description='Multipurpose 1D Flame Solver',
2020
long_description='',
2121
author='Raymond L. Speth',

0 commit comments

Comments
 (0)