(self)
| 148 | MESSAGE = "Prepare version file." |
| 149 | |
| 150 | def RunStep(self): |
| 151 | # This is used to calculate the patch level increment. |
| 152 | self.ReadAndPersistVersion() |
| 153 | |
| 154 | |
| 155 | class IncrementVersion(Step): |
nothing calls this directly
no test coverage detected