Bump version to 2.3.0b1
This commit is contained in:
parent
89e729f6b8
commit
95e1ee49dc
7 changed files with 17 additions and 17 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Cantera
|
||||
*******
|
||||
|
||||
Version 2.3.0a3 (development)
|
||||
Version 2.3.0b1 (development)
|
||||
|
||||
What is Cantera?
|
||||
================
|
||||
|
|
|
|||
|
|
@ -630,7 +630,7 @@ for arg in ARGUMENTS:
|
|||
sys.exit(1)
|
||||
|
||||
# Require a StrictVersion-compatible version
|
||||
env['cantera_version'] = "2.3.0a3"
|
||||
env['cantera_version'] = "2.3.0b1"
|
||||
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.0a3
|
||||
PROJECT_NUMBER = 2.3.0b1
|
||||
|
||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||
# base path where the generated documentation will be put.
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ Stable Release
|
|||
|
||||
Then, check out the tag of the most recent stable version::
|
||||
|
||||
git checkout tags/v2.2.0
|
||||
git checkout tags/v2.3.0
|
||||
|
||||
A list of all the tags can be shown by::
|
||||
|
||||
|
|
@ -160,7 +160,7 @@ Beta Release
|
|||
|
||||
* **Option 1**: Check out the tag with the most recent beta release::
|
||||
|
||||
git checkout tags/v2.2.0b1
|
||||
git checkout tags/v2.3.0b1
|
||||
|
||||
Note that the most recent beta version might be older than the most recent
|
||||
stable release. A list of all the tags, including stable and beta versions can
|
||||
|
|
@ -171,9 +171,9 @@ Beta Release
|
|||
* **Option 2**: Check out the branch with all the bug fixes leading to the
|
||||
next minor release of the stable version::
|
||||
|
||||
git checkout 2.2
|
||||
git checkout 2.3
|
||||
|
||||
This branch has all the work on the 2.2.x version of the software.
|
||||
This branch has all the work on the 2.3.x version of the software.
|
||||
|
||||
Development Version
|
||||
-------------------
|
||||
|
|
|
|||
|
|
@ -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, 2015. Version 2.2.0.
|
||||
transport processes*. http://www.cantera.org, 2016. Version 2.3.0.
|
||||
|
||||
The following BibTeX entry may also be used::
|
||||
|
||||
|
|
@ -105,8 +105,8 @@ 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 = 2015,
|
||||
note = "Version 2.2.0",
|
||||
year = 2016,
|
||||
note = "Version 2.3.0",
|
||||
howpublished = "\url{http://www.cantera.org}"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ Windows
|
|||
=======
|
||||
|
||||
Windows installers are provided for stable versions of Cantera. These
|
||||
installation instructions are for Cantera 2.2.0. Use these installers if you
|
||||
installation instructions are for Cantera 2.3.0. Use these installers if you
|
||||
want to work with a copy of Python downloaded from `Python.org
|
||||
<https://www.python.org/>`_. If you are using Anaconda / Miniconda, see the
|
||||
directions :ref:`above <sec-install-conda>`.
|
||||
|
|
@ -152,7 +152,7 @@ directions :ref:`above <sec-install-conda>`.
|
|||
|
||||
- Download the most recent release (distributed as a "wheel" archive) of the
|
||||
1.x series for Python *X.Y* that matches your Python architecture. The
|
||||
binaries for Cantera 2.2.0 require Numpy 1.8.0 or newer, e.g. In the
|
||||
binaries for Cantera 2.3.0 require Numpy 1.8.0 or newer, e.g. In the
|
||||
filename, the digits after "cp" indicate the Python version, e.g.
|
||||
``numpy‑1.8.2+mkl‑cp35‑none‑win_amd64.whl`` is the installer for 64-bit
|
||||
Python 3.5.
|
||||
|
|
@ -181,10 +181,10 @@ directions :ref:`above <sec-install-conda>`.
|
|||
- Go to the `Cantera Releases <https://github.com/Cantera/cantera/releases>`_
|
||||
page.
|
||||
|
||||
- *64-bit*: Download **Cantera-2.2.0-x64.msi** and
|
||||
**Cantera-Python-2.2.0-x64-pyX.Y.msi**.
|
||||
- *32-bit*: Download **Cantera-2.2.0-x86.msi** and
|
||||
**Cantera-Python-2.2.0-x86-pyX.Y.msi**.
|
||||
- *64-bit*: Download **Cantera-2.3.0-x64.msi** and
|
||||
**Cantera-Python-2.3.0-x64-pyX.Y.msi**.
|
||||
- *32-bit*: Download **Cantera-2.3.0-x86.msi** and
|
||||
**Cantera-Python-2.3.0-x86-pyX.Y.msi**.
|
||||
|
||||
- If you are only using the Python module, you do not need to download and
|
||||
install the base package.
|
||||
|
|
|
|||
|
|
@ -314,5 +314,5 @@ running 'scons build'. The format of this file is:
|
|||
- default: 'compact'
|
||||
|
||||
* cantera_version: [ string ]
|
||||
- default: '2.2.0'
|
||||
- default: '2.3.0'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue