Bump in-progress version to 2.3.0a2
This commit is contained in:
parent
5b483a8c22
commit
db769a47c7
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
CANTERA
|
||||
*******
|
||||
|
||||
Version 2.3.0a1 (development)
|
||||
Version 2.3.0a2 (development)
|
||||
|
||||
License Information
|
||||
===================
|
||||
|
|
|
|||
|
|
@ -596,7 +596,7 @@ for arg in ARGUMENTS:
|
|||
sys.exit(1)
|
||||
|
||||
# Require a StrictVersion-compatible version
|
||||
env['cantera_version'] = "2.3.0a1"
|
||||
env['cantera_version'] = "2.3.0a2"
|
||||
ctversion = StrictVersion(env['cantera_version'])
|
||||
# MSI versions do not support pre-release tags
|
||||
env['cantera_msi_version'] = '.'.join(str(x) for x in ctversion.version)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue