default value must be semantic
This commit is contained in:
parent
3c7f18ff26
commit
23f7ee3ef0
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = develop
|
current_version = 0.0.0
|
||||||
commit = False
|
commit = False
|
||||||
tag = True
|
tag = True
|
||||||
tag_name = {new_version}
|
tag_name = {new_version}
|
||||||
|
@ -9,7 +9,7 @@ except ImportError:
|
|||||||
# Python < 3
|
# Python < 3
|
||||||
from ConfigParser import ConfigParser
|
from ConfigParser import ConfigParser
|
||||||
|
|
||||||
version = 'develop'
|
version = '0.0.0'
|
||||||
|
|
||||||
|
|
||||||
# Define common exceptions;
|
# Define common exceptions;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user