From 4a6b911fcfe9f23c7b84da08842e27b53f0becd9 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Mon, 28 Apr 2014 15:39:08 -0500 Subject: [PATCH] [1.6.x] Bump version for 1.6.4 bugfix release. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 7a89540e04..0e33e01f64 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 6, 4, 'alpha', 0) +VERSION = (1, 6, 4, 'final', 0) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff.