mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
fix gitlab #14 - parse tool.bumpver when using pyproject.toml
This commit is contained in:
parent
2336bc7ca0
commit
15c7ea00df
4 changed files with 34 additions and 8 deletions
2
test/fixtures/project_c/pyproject.toml
vendored
2
test/fixtures/project_c/pyproject.toml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
[bumpver]
|
||||
[tool.bumpver]
|
||||
current_version = "v2017q1.54321"
|
||||
version_pattern = "v{year}q{quarter}.{build_no}"
|
||||
commit = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue