2016-03-24 2:21 GMT+01:00 Robert Collins <robe...@robertcollins.net>: > Trunk will rapidly exceed mitaka's versions, leading to no confusion too.
That's the case now, RC1 tags are reachable from both branches and master has more patches, generating higher .devN part. But once RC2 and final tags are pushed, generated version will be higher on stable/mitaka branch: >>> from packaging.version import Version, parse >>> rc2=Version("13.0.0.0rc2") >>> master=Version("13.0.0.0rc2.dev99999") >>> master > rc2 False >>> ga=Version("13.0.0") >>> master > ga False Cheers, Alan __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev