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

Method get_main_version

dev-tools/scripts/releaseWizard.py:428–430  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

426 return [ver for ver in versions if ver not in to_keep]
427
428 def get_main_version(self):
429 v = Version.parse(self.latest_version)
430 return "%s.%s.%s" % (v.major + 1, 0, 0)
431
432
433 def validate_release_version(self, branch_type, branch, release_version):

Callers 2

expand_jinjaFunction · 0.80

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected