mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
pycalver -> bumpver
This commit is contained in:
parent
2c01699b99
commit
bbf5bfa31c
35 changed files with 764 additions and 1235 deletions
|
|
@ -29,7 +29,7 @@ FIXTURE_PATH_PARTS = [
|
|||
["setup.cfg"],
|
||||
["setup.py"],
|
||||
["pycalver.toml"],
|
||||
["calver.toml"],
|
||||
["bumpver.toml"],
|
||||
["src", "module_v1", "__init__.py"],
|
||||
["src", "module_v2", "__init__.py"],
|
||||
]
|
||||
|
|
@ -41,7 +41,7 @@ class Project:
|
|||
self.tmpdir = tmpdir
|
||||
self.prev_cwd = os.getcwd()
|
||||
|
||||
self.dir = tmpdir / "pycalver_project"
|
||||
self.dir = tmpdir / "bumpver_project"
|
||||
self.dir.mkdir()
|
||||
|
||||
if project is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue