You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
242 B

[bumpversion]
current_version = 0.10.0rc2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<rc>\d+))?
serialize =
{major}.{minor}.{patch}rc{rc}
{major}.{minor}.{patch}
[bumpversion:file:CMakeLists.txt]