Codebase list python-procrunner / upstream/2.3.1 .bumpversion.cfg
upstream/2.3.1

Tree @upstream/2.3.1 (Download .tar.gz)

.bumpversion.cfg @upstream/2.3.1

9377ef3
331ab3b
9377ef3
 
 
59c6a88
 
 
9377ef3
 
 
 
[bumpversion]
current_version = 2.3.1
commit = True
tag = True

[bumpversion:file:setup.cfg]
search = version = {current_version}
replace = version = {new_version}

[bumpversion:file:procrunner/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"