Update versioning script
This commit is contained in:
@@ -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(".")
|
||||
|
||||
Reference in New Issue
Block a user