From 334654fdf1d4f660ce9bb2a4aa65859f6441f24d Mon Sep 17 00:00:00 2001 From: James Bennett Date: Thu, 23 Dec 2010 03:51:37 +0000 Subject: [PATCH] [1.1.X] Bump to 1.1.3 for security release. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15037 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 8456479eee..c2470a6f0d 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 1, 3, 'alpha', 0) +VERSION = (1, 1, 3, 'final', 0) def get_version(): version = '%s.%s' % (VERSION[0], VERSION[1])