Author: adrian Date: 2006-06-01 23:57:44 -0500 (Thu, 01 Jun 2006) New Revision: 3060
Modified: django/trunk/setup.py Log: Fixed #1929 -- Updated version in setup.py from 0.91 to 0.95 Modified: django/trunk/setup.py =================================================================== --- django/trunk/setup.py 2006-06-02 04:54:28 UTC (rev 3059) +++ django/trunk/setup.py 2006-06-02 04:57:44 UTC (rev 3060) @@ -5,7 +5,7 @@ setup( name = "Django", - version = "0.91", + version = "0.95", url = 'http://www.djangoproject.com/', author = 'Lawrence Journal-World', author_email = '[EMAIL PROTECTED]', --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@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-updates -~----------~----~----~----~------~----~------~--~---