MCPcopy Create free account
hub / github.com/catchorg/Catch2 / incrementMinorVersion

Method incrementMinorVersion

tools/scripts/releaseCommon.py:47–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 self.patchNumber = self.patchNumber+1
46
47 def incrementMinorVersion(self):
48 self.nonDevelopRelease()
49 self.patchNumber = 0
50 self.minorVersion = self.minorVersion+1
51
52 def incrementMajorVersion(self):
53 self.nonDevelopRelease()

Callers 1

minorRelease.pyFile · 0.80

Calls 1

nonDevelopReleaseMethod · 0.95

Tested by

no test coverage detected