From 4c6fb23dd40216604f914d4f869b40d23b13bf73 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Thu, 28 Mar 2013 15:11:17 -0600 Subject: [PATCH] [1.4.x] Bump version to no longer claim to be 1.4.5 final. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 08a40178cd..da2e8384ca 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 4, 5, 'final', 0) +VERSION = (1, 4, 6, 'alpha', 0) def get_version(version=None): """Derives a PEP386-compliant version number from VERSION."""