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

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

.bumpversion.cfg @upstream/2.3.0raw · history · blame

[bumpversion]
current_version = 2.3.0
commit = True
tag = True

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

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