From 63d69837463abb6b660da34be5d762f6b5c6fcea Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Thu, 6 Feb 2014 15:53:09 -0600 Subject: [PATCH] Bumped version number post-release. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 83cb7787d5..63bfe96428 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 6, 2, 'final', 0) +VERSION = (1, 6, 3, 'alpha', 0) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff.