From 7d3b4093118c19d65909e53a008fe372891ae4da Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sun, 12 Oct 2008 05:01:01 +0000 Subject: [PATCH] [0.91-bugfixes] Fix a silly typo in the version number. git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@9230 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index a6fe2d9630..27f57db797 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1 +1 @@ -VERSION = (0, 9, 3, 'SVN') +VERSION = (0, 91, 3, 'SVN')