bumpver/test/fixtures/project_a/pycalver.toml
Manuel Barkhau 946cdaa5ba fix tests
2018-12-08 19:18:47 +01:00

16 lines
233 B
TOML

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