mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
wip: add v2 module placeholders
This commit is contained in:
parent
7962a7cb9f
commit
669e8944e9
27 changed files with 1361 additions and 393 deletions
|
|
@ -2,11 +2,10 @@
|
|||
# pylint:disable=protected-access ; allowed for test code
|
||||
|
||||
import io
|
||||
from test import util
|
||||
|
||||
from pycalver import config
|
||||
|
||||
from . import util
|
||||
|
||||
PYCALVER_TOML_FIXTURE_1 = """
|
||||
[pycalver]
|
||||
current_version = "v201808.0123-alpha"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue