mtkennerly / dunamai

Dynamic versioning library and CLI
https://dunamai.readthedocs.io/en/latest
MIT License
312 stars 24 forks source link

Add support for local sections #8

Closed mariusvniekerk closed 3 years ago

mariusvniekerk commented 3 years ago

This will correctly deal with pep440 version strings of the form X.Y+local. (as per https://www.python.org/dev/peps/pep-0440/#local-version-identifiers)

The plan is to add the additional support into tools that make use of this such as poetry-dynamic-versioning

mariusvniekerk commented 3 years ago

@mtkennerly made those requested changes

mtkennerly commented 3 years ago

@mariusvniekerk This is now available in v1.5.0 🎉