In revisions 9102 and 9103, I committed the changes to django.VERSION
and django.get_version() announced previously[1].

To recap:

The VERSION tuple in trunk is now (1, 1, 0, 'alpha', 0), and
get_version() in trunk now prints "1.1 pre-alpha SVN-9103".

The VERSION tuple in the 1.0.x branch is now (1, 0, 1, 'alpha', 0),
and get_version() in that branch prints "1.0.1 pre-alpha SVN-9103".

I'll write up final documentation for this a bit later on, but since
we're now doing exactly the same thing Python does with
sys.version_info, it hopefully won't be too difficult for people to
work with :)


[1] 
http://groups.google.com/group/django-developers/browse_thread/thread/1f703b2afe6bb35c/dccef0aac01d7cf3


-- 
"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 django-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to