Bump version to 3.0.0

Update link to new DOI on Zenodo

Remove alpha/beta tags from YAML input files so they correspond to this
release version.
This commit is contained in:
Ray Speth 2023-08-21 21:39:14 -04:00 committed by Ray Speth
parent 403bb21615
commit 806842dacc
7 changed files with 10 additions and 10 deletions

View File

@ -94,8 +94,8 @@ possible.
Development Site
================
The current development version is 3.0.0b1. The current stable version is
2.6.0. The `latest Cantera source code <https://github.com/Cantera/cantera>`_,
The current development version is 3.0.0. 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
<https://github.com/Cantera/cantera/releases>`_ , and the `Cantera wiki
@ -134,8 +134,8 @@ development of Cantera through NumFOCUS.
.. |ci| image:: https://github.com/Cantera/cantera/workflows/CI/badge.svg
:target: https://github.com/Cantera/cantera/actions?query=workflow%3ACI+event%3Apush
.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.6387882.svg
:target: https://doi.org/10.5281/zenodo.6387882
.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8137090.svg
:target: https://doi.org/10.5281/zenodo.8137090
.. |codecov| image:: https://img.shields.io/codecov/c/github/Cantera/cantera/main.svg
:target: https://codecov.io/gh/Cantera/cantera?branch=main

View File

@ -950,7 +950,7 @@ for arg in ARGUMENTS:
logger.error(f"Encountered unexpected command line option: {arg!r}")
sys.exit(1)
env["cantera_version"] = "3.0.0b1"
env["cantera_version"] = "3.0.0"
# 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

@ -18,7 +18,7 @@ description: |-
generator: cti2yaml
cantera-version: 3.0.0a5
cantera-version: 3.0.0
date: Sun, 23 Apr 2023 21:03:15 -0400
input-files: [SiF4_NH3_mec.cti]

View File

@ -38,7 +38,7 @@ PROJECT_NAME = Cantera
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 3.0.0b1
PROJECT_NUMBER = 3.0.0
# 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

@ -1946,7 +1946,7 @@ class Parser:
metadata = BlockMap([
("generator", "ck2yaml"),
("input-files", FlowList(files)),
("cantera-version", "3.0.0b1"),
("cantera-version", "3.0.0"),
("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.0.0b1"),
("cantera-version", "3.0.0"),
("date", formatdate(localtime=True)),
])
if filename != "<string>":

View File

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