Skip to content

PEP 440 and semver 2.0 version specification compatibility #8

Description

@driesdesmet

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>]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions