From 7aebbc1632916c35fb4e969a09a46c8773403781 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 25 Oct 2013 07:53:39 -0400 Subject: [PATCH] [1.5.x] Bump version post-release. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index e87896991b..f7f270002c 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 5, 5, 'final', 0) +VERSION = (1, 5, 6, 'alpha', 0) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff.