From ce6c665f125f43c00c71f31c3a08c9b0602b3af9 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 28 Apr 2014 19:01:01 -0400 Subject: [PATCH] [1.5.x] Post release version bump. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 8c2e5ee7be..c820eef6ea 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 5, 7, 'final', 0) +VERSION = (1, 5, 8, 'alpha', 0) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff.