From baebfe6860b01fe53981fdbb4422a73aa75d55ed Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 8 Jul 2015 16:01:31 -0400 Subject: [PATCH] [1.7.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 873375420c..566691b2d5 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 7, 9, 'final', 0) +VERSION = (1, 7, 10, 'alpha', 0) def get_version(*args, **kwargs):