Author: ubernostrum Date: 2008-10-12 00:01:01 -0500 (Sun, 12 Oct 2008) New Revision: 9230
Modified: django/branches/0.91-bugfixes/django/__init__.py Log: [0.91-bugfixes] Fix a silly typo in the version number. Modified: django/branches/0.91-bugfixes/django/__init__.py =================================================================== --- django/branches/0.91-bugfixes/django/__init__.py 2008-10-11 14:21:36 UTC (rev 9229) +++ django/branches/0.91-bugfixes/django/__init__.py 2008-10-12 05:01:01 UTC (rev 9230) @@ -1 +1 @@ -VERSION = (0, 9, 3, 'SVN') +VERSION = (0, 91, 3, 'SVN') --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---