Update versioning script
This commit is contained in:
parent
68d8b35ab8
commit
b38ae3aad3
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ def get_last_version():
|
|||
|
||||
|
||||
def inc_version(v, feature=False):
|
||||
if v == "0.":
|
||||
if v.startswith("v0."):
|
||||
assert v == "v0.14.6"
|
||||
return "15.0"
|
||||
# v4.11 -> v4.12 or v5.0
|
||||
parts = v.split(".")
|
||||
|
|
Loading…
Reference in a new issue