MCPcopy Create free account
hub / github.com/apache/solr / get_release_version

Function get_release_version

dev-tools/scripts/releaseWizard.py:962–970  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

960
961
962def get_release_version():
963 v = str(input("Which version are you releasing? (x.y.z) "))
964 try:
965 version = Version.parse(v)
966 except:
967 print("Not a valid version %s" % v)
968 return get_release_version()
969
970 return str(version)
971
972
973def get_subtitle():

Callers 1

mainFunction · 0.85

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…