mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
Bump version to 3.1.0a2
This commit is contained in:
parent
eb8cde648c
commit
71f517dcb2
@ -94,7 +94,7 @@ possible.
|
|||||||
Development Site
|
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>`_,
|
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
|
the `issue tracker <https://github.com/Cantera/cantera/issues>`_ for bugs and
|
||||||
enhancement requests, `downloads of Cantera releases and binary installers
|
enhancement requests, `downloads of Cantera releases and binary installers
|
||||||
|
@ -912,7 +912,7 @@ if env['sphinx_docs']:
|
|||||||
config.add(windows_options)
|
config.add(windows_options)
|
||||||
env['config'] = config
|
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)
|
# 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_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)
|
env['cantera_short_version'] = re.match(r'(\d+\.\d+)', env['cantera_version']).group(0)
|
||||||
|
@ -48,7 +48,7 @@ PROJECT_NAME = Cantera
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# 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
|
# 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
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
@ -1910,7 +1910,7 @@ class Parser:
|
|||||||
metadata = BlockMap([
|
metadata = BlockMap([
|
||||||
("generator", "ck2yaml"),
|
("generator", "ck2yaml"),
|
||||||
("input-files", FlowList(files)),
|
("input-files", FlowList(files)),
|
||||||
("cantera-version", "3.1.0a1"),
|
("cantera-version", "3.1.0a2"),
|
||||||
("date", formatdate(localtime=True)),
|
("date", formatdate(localtime=True)),
|
||||||
])
|
])
|
||||||
if desc.strip():
|
if desc.strip():
|
||||||
|
@ -1661,7 +1661,7 @@ def convert(filename=None, output_name=None, text=None, encoding="latin-1"):
|
|||||||
# information regarding conversion
|
# information regarding conversion
|
||||||
metadata = BlockMap([
|
metadata = BlockMap([
|
||||||
("generator", "cti2yaml"),
|
("generator", "cti2yaml"),
|
||||||
("cantera-version", "3.1.0a1"),
|
("cantera-version", "3.1.0a2"),
|
||||||
("date", formatdate(localtime=True)),
|
("date", formatdate(localtime=True)),
|
||||||
])
|
])
|
||||||
if filename != "<string>":
|
if filename != "<string>":
|
||||||
|
@ -2637,7 +2637,7 @@ def convert(
|
|||||||
metadata = BlockMap(
|
metadata = BlockMap(
|
||||||
{
|
{
|
||||||
"generator": "ctml2yaml",
|
"generator": "ctml2yaml",
|
||||||
"cantera-version": "3.1.0a1",
|
"cantera-version": "3.1.0a2",
|
||||||
"date": formatdate(localtime=True),
|
"date": formatdate(localtime=True),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user