summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-13 13:12:22 -0500
committerTim Graham <timograham@gmail.com>2015-01-13 13:12:22 -0500
commite2fea7c7145e6d26a17126c60bf090bab2932e7e (patch)
treebefea2b84a675f75a14675e2e6519b971e0f676f
parentf9de1998f9aac2387b6896653b3aa51ad372da81 (diff)
[1.6.x] Bumped version for 1.6.10 release.1.6.10
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 5bd96240a6..4136fcf83c 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 6, 10, 'alpha', 0)
+VERSION = (1, 6, 10, 'final', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.