default value must be semantic
This commit is contained in:
		@ -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;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user