Merge pull request #15 from RightBrain-Networks/bugfix/dont-commit
default value must be semantic
This commit is contained in:
commit
e2eae11faf
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = develop
|
||||
current_version = 0.0.0
|
||||
commit = False
|
||||
tag = True
|
||||
tag_name = {new_version}
|
||||
|
@ -9,7 +9,7 @@ except ImportError:
|
||||
# Python < 3
|
||||
from ConfigParser import ConfigParser
|
||||
|
||||
version = 'develop'
|
||||
version = '0.0.0'
|
||||
|
||||
|
||||
# Define common exceptions;
|
||||
|
Loading…
Reference in New Issue
Block a user