Update version number for rc2.

This commit is contained in:
Jussi Pakkanen 2021-07-12 01:03:32 +03:00
parent 8f07c1a2b5
commit f6cb717bba
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if T.TYPE_CHECKING:
KeyedOptionDictType = T.Union[T.Dict['OptionKey', 'UserOption[T.Any]'], OptionOverrideProxy]
CompilerCheckCacheKey = T.Tuple[T.Tuple[str, ...], str, str, T.Tuple[str, ...], str]
version = '0.59.0.rc1'
version = '0.59.0.rc2'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'xcode']
default_yielding = False