This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients BreamoreBoy, steve.dower, tim.golden, zach.ware
Date 2015-03-08.20:16:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425845819.16.0.231450099197.issue23612@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like the way I was calculating the version number of the installer didn't take into account a2 and a3 - we had 3.5.0.10 for 3.5.0a*.

I think switching to $(Major).$(Minor).$(Field3Value).0 is correct here - this should give us 3.5.100.0, 3.5.101.0, 3.5.102.0 for 3.5.0a1-3, then 3.5.1100.0 for 3.5.1a1, etc.
History
Date User Action Args
2015-03-08 20:16:59steve.dowersetrecipients: + steve.dower, tim.golden, BreamoreBoy, zach.ware
2015-03-08 20:16:59steve.dowersetmessageid: <1425845819.16.0.231450099197.issue23612@psf.upfronthosting.co.za>
2015-03-08 20:16:59steve.dowerlinkissue23612 messages
2015-03-08 20:16:59steve.dowercreate