versioningit
versioningit copied to clipboard
Add a "today" `next-version` method
The method should return the current date in a given format (and given timezone offset?).
- Add a "normalize: bool" (default
True?) parameter that doesstr(Version(next_version))in order to get rid of leading zeroes in components- Don't use
canonicalize_version, as that strips trailing zero components
- Don't use