Current
CurrentVersionStrategy
Bases: VersionStrategyBase
Strategy to get the current version of a project from a VCS repository (e.g. git)
Source code in src/vcs/current.py
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|