imankulov/coverage-plot

View on GitHub
.bumpversion.cfg

Summary

Maintainability
Test Coverage
[bumpversion]
current_version = 0.3.2
commit = True
tag = True

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

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

[bumpversion:file:CHANGELOG.md]
search = [UNRELEASED]
replace = [{new_version}] - {now:%Y-%m-%d}