Comment 0 for bug 476814

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

quicky release should bump the version ordering in the current policy

"bump only the last digit of the string".
For instance, if we have:
0.1
quickly release will bump 1 to 2, and so 0.2, 0.3… 0.9, 0.10, 0.11…

if we have:
0.2.5, quickly release will bump do 0.2.6

User will then release 0.3 with "quickly release 0.3" (as of today).
We should check that the string.split('.') is only composed of numbers.

TODO: transitionning existing applications (we should add '' in setup.py)

Initial project creation will be still '0.1'