From 6265885c1e72891fc3256eff5ee93f95d41cadba Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 28 Apr 2014 18:59:49 -0400 Subject: [PATCH] [1.6.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 0e33e01f64c..a257cd601b1 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 6, 4, 'final', 0) +VERSION = (1, 6, 5, 'alpha', 0) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff.