Bump version and copyright year for 2.3.0 release

This commit is contained in:
Ray Speth 2017-01-12 13:49:17 -05:00
parent 2c38d26407
commit 6546c08f29
6 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ Copyright (c) 2009 Sandia Corporation. Under the terms of
Contract AC04-94AL85000 with Sandia Corporation, the U.S. Government Contract AC04-94AL85000 with Sandia Corporation, the U.S. Government
retains certain rights in this software. retains certain rights in this software.
Copyright (c) 2011-2016, Cantera Developers. Copyright (c) 2011-2017, Cantera Developers.
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View file

@ -3,7 +3,7 @@
Cantera Cantera
******* *******
Version 2.3.0b1 (development) Version 2.3.0 (stable)
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.170284.svg .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.170284.svg
:target: https://doi.org/10.5281/zenodo.170284 :target: https://doi.org/10.5281/zenodo.170284

View file

@ -661,7 +661,7 @@ for arg in ARGUMENTS:
sys.exit(1) sys.exit(1)
# Require a StrictVersion-compatible version # Require a StrictVersion-compatible version
env['cantera_version'] = "2.3.0b1" env['cantera_version'] = "2.3.0"
ctversion = StrictVersion(env['cantera_version']) ctversion = StrictVersion(env['cantera_version'])
# For use where pre-release tags are not permitted (MSI, sonames) # For use where pre-release tags are not permitted (MSI, sonames)
env['cantera_pure_version'] = '.'.join(str(x) for x in ctversion.version) env['cantera_pure_version'] = '.'.join(str(x) for x in ctversion.version)

View file

@ -34,7 +34,7 @@ PROJECT_NAME = Cantera
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = 2.3.0b1 PROJECT_NUMBER = 2.3.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.

View file

@ -77,7 +77,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = 'Cantera' project = 'Cantera'
copyright = '2016, Cantera Developers' copyright = '2001-2017, Cantera Developers'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the

View file

@ -97,7 +97,7 @@ General
David G. Goodwin, Harry K. Moffat, and Raymond L. Speth. *Cantera: An object- David G. Goodwin, Harry K. Moffat, and Raymond L. Speth. *Cantera: An object-
oriented software toolkit for chemical kinetics, thermodynamics, and oriented software toolkit for chemical kinetics, thermodynamics, and
transport processes*. http://www.cantera.org, 2016. Version 2.3.0. transport processes*. http://www.cantera.org, 2017. Version 2.3.0.
doi:10.5281/zenodo.170284 doi:10.5281/zenodo.170284
The following BibTeX entry may also be used:: The following BibTeX entry may also be used::
@ -106,7 +106,7 @@ General
author = "David G. Goodwin and Harry K. Moffat and Raymond L. Speth", author = "David G. Goodwin and Harry K. Moffat and Raymond L. Speth",
title = "Cantera: An Object-oriented Software Toolkit for Chemical title = "Cantera: An Object-oriented Software Toolkit for Chemical
Kinetics, Thermodynamics, and Transport Processes", Kinetics, Thermodynamics, and Transport Processes",
year = 2016, year = 2017,
note = "Version 2.3.0", note = "Version 2.3.0",
howpublished = "\url{http://www.cantera.org}" howpublished = "\url{http://www.cantera.org}"
doi = {10.5281/zenodo.170284} doi = {10.5281/zenodo.170284}