bumpver/test/fixtures/project_a/pycalver.toml
2020-10-14 22:17:18 +00:00

17 lines
269 B
TOML

[pycalver]
current_version = "v2017.0123-alpha"
version_pattern = "vYYYY.BUILD[-TAG]"
commit = true
tag = true
push = true
[pycalver.file_patterns]
"pycalver.toml" = [
'current_version = "{version}"',
]
"README.md" = [
"{version}",
"{pep440_version}",
]