mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
wip refactoring
This commit is contained in:
parent
31f9d51bf3
commit
e053af589e
11 changed files with 39 additions and 34 deletions
|
|
@ -15,10 +15,10 @@ import logging
|
|||
import subprocess as sp
|
||||
|
||||
import click
|
||||
import pycalver2.version as v2version
|
||||
|
||||
import pycalver.cli as v1cli
|
||||
import pycalver.version as v1version
|
||||
import pycalver2.version as v2version
|
||||
from pycalver import vcs
|
||||
from pycalver import config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue