summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2014-08-20 15:14:55 -0500
committerJames Bennett <james@b-list.org>2014-08-20 15:14:55 -0500
commit8b19a4e275313cf2226f535d3ec10f414e0c6885 (patch)
tree5fba1df473f1bcf198989ebb05aed1711a1a5526
parentf7c494f2506250b8cb5923714360a3642ed63e0f (diff)
[1.6.x] Update version number for security release.1.6.6
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index e81b9a0264..6ebefc119f 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 6, 6, 'alpha', 0)
+VERSION = (1, 6, 6, 'final', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.