mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
Bump version to 2.6.0a3
This commit is contained in:
committed by
Bryan W. Weber
parent
c2709d009f
commit
ea993e85a6
@@ -89,7 +89,7 @@ possible.
|
||||
Development Site
|
||||
================
|
||||
|
||||
The current development version is 2.6.0a2. The current stable version is
|
||||
The current development version is 2.6.0a3. The current stable version is
|
||||
2.5.1. 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
|
||||
|
||||
@@ -720,7 +720,7 @@ for arg in ARGUMENTS:
|
||||
print('Encountered unexpected command line argument: %r' % arg)
|
||||
sys.exit(1)
|
||||
|
||||
env["cantera_version"] = "2.6.0a2"
|
||||
env["cantera_version"] = "2.6.0a3"
|
||||
# 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)
|
||||
|
||||
@@ -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 = 2.6.0a2
|
||||
PROJECT_NUMBER = 2.6.0a3
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1905,7 +1905,7 @@ class Parser:
|
||||
metadata = BlockMap([
|
||||
('generator', 'ck2yaml'),
|
||||
('input-files', FlowList(files)),
|
||||
('cantera-version', '2.6.0a2'),
|
||||
('cantera-version', '2.6.0a3'),
|
||||
('date', formatdate(localtime=True)),
|
||||
])
|
||||
if desc.strip():
|
||||
|
||||
@@ -1625,7 +1625,7 @@ def convert(filename=None, output_name=None, text=None):
|
||||
# information regarding conversion
|
||||
metadata = BlockMap([
|
||||
('generator', 'cti2yaml'),
|
||||
('cantera-version', '2.6.0a2'),
|
||||
('cantera-version', '2.6.0a3'),
|
||||
('date', formatdate(localtime=True)),
|
||||
])
|
||||
if filename is not None:
|
||||
|
||||
@@ -2629,7 +2629,7 @@ def convert(
|
||||
metadata = BlockMap(
|
||||
{
|
||||
"generator": "ctml2yaml",
|
||||
"cantera-version": "2.6.0a2",
|
||||
"cantera-version": "2.6.0a3",
|
||||
"date": formatdate(localtime=True),
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user