From 43510cffcbf64e73232da1d6209151c7232fd2b6 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Thu, 6 Feb 2014 15:54:27 -0600 Subject: [PATCH] Bumped version number for 1.7a2 --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 775759ef03..1b7c96bffd 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 7, 0, 'alpha', 1) +VERSION = (1, 7, 0, 'alpha', 2) def get_version(*args, **kwargs):