Author: ubernostrum Date: 2009-10-09 16:06:47 -0500 (Fri, 09 Oct 2009) New Revision: 11607
Modified: django/branches/releases/1.0.X/django/__init__.py Log: [1.0.X] Bump version number for security release. Modified: django/branches/releases/1.0.X/django/__init__.py =================================================================== --- django/branches/releases/1.0.X/django/__init__.py 2009-10-09 21:06:09 UTC (rev 11606) +++ django/branches/releases/1.0.X/django/__init__.py 2009-10-09 21:06:47 UTC (rev 11607) @@ -1,4 +1,4 @@ -VERSION = (1, 0, 4, 'alpha', 0) +VERSION = (1, 0, 4, 'final', 0) def get_version(): version = '%s.%s' % (VERSION[0], VERSION[1]) --~--~---------~--~----~------------~-------~--~----~ 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 django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---