bumpver/test/fixtures/project_a/pycalver.toml

17 lines
233 B
TOML
Raw Normal View History

2018-12-05 09:24:42 +01:00
[pycalver]
2018-12-08 19:18:47 +01:00
current_version = "v201710.0123-alpha"
2018-12-05 09:24:42 +01:00
commit = true
tag = true
2018-12-08 19:18:47 +01:00
push = true
2018-12-05 09:24:42 +01:00
[pycalver.file_patterns]
2018-12-08 19:18:47 +01:00
"pycalver.toml" = [
'current_version = "{version}"',
]
2018-12-05 09:24:42 +01:00
"README.md" = [
"{version}",
"{pep440_version}",
]
2018-12-08 19:18:47 +01:00