removed windows and linux split subdir
This commit is contained in:
parent
83dda10fa8
commit
065b982734
280 changed files with 9053 additions and 426 deletions
16
.antidote/.bumpversion.cfg
Normal file
16
.antidote/.bumpversion.cfg
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[bumpversion]
|
||||
current_version = 1.9.7
|
||||
parse = v?(?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)
|
||||
serialize = {major}.{minor}.{revision}
|
||||
|
||||
[bumpversion:file:functions/__antidote_version]
|
||||
|
||||
[bumpversion:file:tests/README.md]
|
||||
|
||||
[bumpversion:file:tests/test_antidote.md]
|
||||
|
||||
[bumpversion:file:tests/test_antidote_core.md]
|
||||
|
||||
[bumpversion:file:tests/test_cmd_update.md]
|
||||
|
||||
[bumpversion:file:README.md]
|
||||
Loading…
Add table
Add a link
Reference in a new issue