This cookiecutter currently asks for a version number but the default is '0.1a', which is compatible with both. That's only a starting version number though and there is a mechanism in place to use git-tag based versioning e.g. 0.1a-15-geki303kl
That's incompatible with either version schemes. It should work as follows:
0.1.dev15.eki303kl of which the general form is <major>.<minor>[.<patch>].[dev<hub>.<hash>]
This cookiecutter currently asks for a version number but the default is '0.1a', which is compatible with both. That's only a starting version number though and there is a mechanism in place to use git-tag based versioning e.g. 0.1a-15-geki303kl
That's incompatible with either version schemes. It should work as follows:
0.1.dev15.eki303klof which the general form is<major>.<minor>[.<patch>].[dev<hub>.<hash>]