From 956b755d7e62a799ba691d00e02e82065ca6bb6b Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Thu, 28 Mar 2013 15:12:13 -0600 Subject: [PATCH] [1.3.x] Bump version to no longer claim to be 1.3.7 final. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 815646a095..9c517c5561 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 3, 7, 'final', 0) +VERSION = (1, 3, 8, 'alpha', 0) def get_version(): version = '%s.%s' % (VERSION[0], VERSION[1])