From 999c31426abb87dd16185abe20aef02303d2b77a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 18 Mar 2015 20:18:04 -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 35afc4bf4b..667ab10885 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 6, 11, 'final', 0) +VERSION = (1, 6, 12, 'alpha', 0) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff.