Bump version to 2.0.0 (final)
This commit is contained in:
parent
18efeb1350
commit
58c202395c
3 changed files with 3 additions and 3 deletions
2
README
2
README
|
|
@ -3,7 +3,7 @@
|
|||
CANTERA
|
||||
*******
|
||||
|
||||
Version 2.0.0 (development)
|
||||
Version 2.0.0
|
||||
|
||||
License Information
|
||||
===================
|
||||
|
|
|
|||
|
|
@ -520,7 +520,7 @@ opts.AddVariables(
|
|||
name recognized by the 'dot' program. On linux systems, this
|
||||
should be lowercase 'helvetica'.""",
|
||||
'Helvetica'),
|
||||
('cantera_version', '', '2.0.0b4')
|
||||
('cantera_version', '', '2.0.0')
|
||||
)
|
||||
|
||||
opts.Update(env)
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ copyright = u'2012, Cantera Developers'
|
|||
# The short X.Y version.
|
||||
version = '2.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '2.0.0b3'
|
||||
release = '2.0.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue