use versioneer#138
Conversation
|
Have no idea what this is, but looks good. :) |
But we don't need to change tags for previous releases, right?? We only need to adhere to a standard in future releases? Otherwise, you're the |
|
... and go ahead and merge yourself -- though I know you don't like merging your own PR's! |
The goal is to manage the version string with GitHub tags only and get the version propagate everywhere, reducing the maintenance burden and common mistakes (like bumping a version but forgetting to change the string).
We don't. All I am saying is that we should standardize it from now on. Right now, for example, if we go with the prefix Note that by following versioning rules all those
Yep. All we need to do it to issue a new "healthy" tag once we merge this and ignore the old ones. |
Similar to ODM2/ODM2PythonAPI#84
Note that the tags are inconsistent in the git history, some start with
vwhile others do not:we need to adhere to a standard in order to use
versioneer. (I am using thevin this PR btw)