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

@@ -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)