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