mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user