Merge pull request #14 from RightBrain-Networks/bugfix/dont-commit
Bugfix/dont commit
This commit is contained in:
		@ -1,13 +1,13 @@
 | 
			
		||||
[bumpversion]
 | 
			
		||||
current_version = 1.0.5
 | 
			
		||||
current_version = develop
 | 
			
		||||
commit = False
 | 
			
		||||
tag = True
 | 
			
		||||
tag_name = {new_version}
 | 
			
		||||
message = Bump version: {current_version} -> {new_version}
 | 
			
		||||
 | 
			
		||||
[bumpversion:file:semver/__init__.py]
 | 
			
		||||
search = version = {current_version}
 | 
			
		||||
replace = version = {new_version}
 | 
			
		||||
search = version = '{current_version}'
 | 
			
		||||
replace = version = '{new_version}'
 | 
			
		||||
 | 
			
		||||
[semver]
 | 
			
		||||
main_branches = develop
 | 
			
		||||
 | 
			
		||||
@ -9,7 +9,7 @@ except ImportError:
 | 
			
		||||
    # Python < 3
 | 
			
		||||
    from ConfigParser import ConfigParser
 | 
			
		||||
 | 
			
		||||
version = "1.0.9"
 | 
			
		||||
version = 'develop'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Define common exceptions;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user