summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2014-10-22 12:49:25 -0400
committerJames Bennett <james@b-list.org>2014-10-22 12:49:25 -0400
commit811508b0512d3fa6b2328f8647fbf9eace68eceb (patch)
tree32911c6305f6a4ae67f44093fde150cb026856d6
parent66be18ea58825e82f5c8ea55bd871b3b895980fb (diff)
[1.6.x] Bump version number for bugfix release.1.6.8
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index e0f2277738..4fd743e2b3 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 6, 8, 'alpha', 0)
+VERSION = (1, 6, 8, 'final', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.