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