Bump version to 3.1.0a2

This commit is contained in:
Ingmar Schoegl 2024-03-28 00:12:25 -05:00 committed by Ray Speth
parent eb8cde648c
commit 71f517dcb2
6 changed files with 6 additions and 6 deletions

View File

@ -94,7 +94,7 @@ possible.
Development Site
================
The current development version is 3.1.0a1. The current stable version is
The current development version is 3.1.0a2. The current stable version is
3.0.0. The `latest Cantera source code <https://github.com/Cantera/cantera>`_,
the `issue tracker <https://github.com/Cantera/cantera/issues>`_ for bugs and
enhancement requests, `downloads of Cantera releases and binary installers

View File

@ -912,7 +912,7 @@ if env['sphinx_docs']:
config.add(windows_options)
env['config'] = config
env["cantera_version"] = "3.1.0a1"
env["cantera_version"] = "3.1.0a2"
# For use where pre-release tags are not permitted (MSI, sonames)
env['cantera_pure_version'] = re.match(r'(\d+\.\d+\.\d+)', env['cantera_version']).group(0)
env['cantera_short_version'] = re.match(r'(\d+\.\d+)', env['cantera_version']).group(0)

View File

@ -48,7 +48,7 @@ PROJECT_NAME = Cantera
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 3.1.0a1
PROJECT_NUMBER = 3.1.0a2
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -1910,7 +1910,7 @@ class Parser:
metadata = BlockMap([
("generator", "ck2yaml"),
("input-files", FlowList(files)),
("cantera-version", "3.1.0a1"),
("cantera-version", "3.1.0a2"),
("date", formatdate(localtime=True)),
])
if desc.strip():

View File

@ -1661,7 +1661,7 @@ def convert(filename=None, output_name=None, text=None, encoding="latin-1"):
# information regarding conversion
metadata = BlockMap([
("generator", "cti2yaml"),
("cantera-version", "3.1.0a1"),
("cantera-version", "3.1.0a2"),
("date", formatdate(localtime=True)),
])
if filename != "<string>":

View File

@ -2637,7 +2637,7 @@ def convert(
metadata = BlockMap(
{
"generator": "ctml2yaml",
"cantera-version": "3.1.0a1",
"cantera-version": "3.1.0a2",
"date": formatdate(localtime=True),
}
)