Bump development version to 2.4.0a2
This commit is contained in:
parent
1eebd3efdb
commit
6cd7bf160f
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Cantera
|
||||
*******
|
||||
|
||||
Version 2.4.0a1 (development)
|
||||
Version 2.4.0a2 (development)
|
||||
|
||||
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.170284.svg
|
||||
:target: https://doi.org/10.5281/zenodo.170284
|
||||
|
|
|
|||
|
|
@ -708,7 +708,7 @@ for arg in ARGUMENTS:
|
|||
sys.exit(1)
|
||||
|
||||
# Require a StrictVersion-compatible version
|
||||
env['cantera_version'] = "2.4.0a1"
|
||||
env['cantera_version'] = "2.4.0a2"
|
||||
ctversion = StrictVersion(env['cantera_version'])
|
||||
# For use where pre-release tags are not permitted (MSI, sonames)
|
||||
env['cantera_pure_version'] = '.'.join(str(x) for x in ctversion.version)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue