On Fri, Apr 18, 2008 at 11:41 AM, Andrew D. Ball <[EMAIL PROTECTED]> wrote: > Look at what happens when I ask Django what version number it has (this is > from release 0.96.1):
Honestly, for future releases I'd personally like to stick to a pattern of (major, minor, modifier) So if we release 1.0, say, and there's a security bug that requires a point release, instead of trying to make it be (1, 0, 1) I'd really prefer it being (1, 0, 'p1'). But this is a bikeshed problem. For the 0.96.1 release and other something.something.something releases in the past, tough luck: existing releases are forever frozen. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
