mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
Using `version: str` meant that version.parse_version_info implicitly
used the "{pycalver}" pattern. The changed parameter vinfo: VersionInfo
now requires the caller (with access to cfg.version_pattern) to provide
the correctly parsed vinfo.
|
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| test_cli.py | ||
| test_config.py | ||
| test_lex_id.py | ||
| test_parse.py | ||
| test_patterns.py | ||
| test_rewrite.py | ||
| test_version.py | ||
| util.py | ||