On 25 March 2016 at 01:11, Alan Pevec <ape...@gmail.com> wrote: > 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
Those versions are not the versions that pbr will generate. mitaka gets backports and local requirements changes only, so it will get less commits than master. Say mitaka gets 10 commits, and master 50. mitaka 13.0.1.dev10 master 13.0.1.dev50 As soon as someone pushes a commit that adds a feature (sem-ver: feature), master will bump to 13.1.0.devN -Rob -- Robert Collins <rbtcoll...@hpe.com> Distinguished Technologist HP Converged Cloud __________________________________________________________________________ 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