mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
Code quality updates
This commit is contained in:
parent
95234dfd0b
commit
54a681bf34
14 changed files with 413 additions and 187 deletions
|
|
@ -29,7 +29,7 @@ def incr(old_version: str, *, release: str = None) -> str:
|
|||
Old_version is assumed to be a valid calver string,
|
||||
already validated in pycalver.config.parse.
|
||||
"""
|
||||
old_ver = parse.parse_version_info(old_version)
|
||||
old_ver = parse.VersionInfo.parse(old_version)
|
||||
|
||||
new_calver = current_calver()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue