hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

Fix how we compute version # for alpha/beta releases #234

Closed hasii2011 closed 3 years ago

hasii2011 commented 3 years ago

Allow use of build #

Specifically

MajorNumber.MinorNumber.Patch, e.g.6.1.2 MajorNumber.MinorNumber.Patch+BuildNumber, e.g. 6.1.2+.5988 MajorNumber.MinorNumber.Patch-PreRelease, e.g. 6.1.2-Alpha.1.1.1

hasii2011 commented 3 years ago

Good enough; Perfection is the enemy of progress 🥚