mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
Bump version and copyright year for 2.3.0 release
This commit is contained in:
@@ -6,7 +6,7 @@ Copyright (c) 2009 Sandia Corporation. Under the terms of
|
||||
Contract AC04-94AL85000 with Sandia Corporation, the U.S. Government
|
||||
retains certain rights in this software.
|
||||
|
||||
Copyright (c) 2011-2016, Cantera Developers.
|
||||
Copyright (c) 2011-2017, Cantera Developers.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Cantera
|
||||
*******
|
||||
|
||||
Version 2.3.0b1 (development)
|
||||
Version 2.3.0 (stable)
|
||||
|
||||
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.170284.svg
|
||||
:target: https://doi.org/10.5281/zenodo.170284
|
||||
|
||||
@@ -661,7 +661,7 @@ for arg in ARGUMENTS:
|
||||
sys.exit(1)
|
||||
|
||||
# Require a StrictVersion-compatible version
|
||||
env['cantera_version'] = "2.3.0b1"
|
||||
env['cantera_version'] = "2.3.0"
|
||||
ctversion = StrictVersion(env['cantera_version'])
|
||||
# For use where pre-release tags are not permitted (MSI, sonames)
|
||||
env['cantera_pure_version'] = '.'.join(str(x) for x in ctversion.version)
|
||||
|
||||
@@ -34,7 +34,7 @@ PROJECT_NAME = Cantera
|
||||
# This could be handy for archiving the generated documentation or
|
||||
# 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)
|
||||
# base path where the generated documentation will be put.
|
||||
|
||||
@@ -77,7 +77,7 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = 'Cantera'
|
||||
copyright = '2016, Cantera Developers'
|
||||
copyright = '2001-2017, Cantera Developers'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
||||
@@ -97,7 +97,7 @@ General
|
||||
|
||||
David G. Goodwin, Harry K. Moffat, and Raymond L. Speth. *Cantera: An object-
|
||||
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
|
||||
|
||||
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",
|
||||
title = "Cantera: An Object-oriented Software Toolkit for Chemical
|
||||
Kinetics, Thermodynamics, and Transport Processes",
|
||||
year = 2016,
|
||||
year = 2017,
|
||||
note = "Version 2.3.0",
|
||||
howpublished = "\url{http://www.cantera.org}"
|
||||
doi = {10.5281/zenodo.170284}
|
||||
|
||||
Reference in New Issue
Block a user