summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2014-09-02 16:08:20 -0500
committerJames Bennett <james@b-list.org>2014-09-02 16:08:20 -0500
commitd92b08536d873c0966e8192e64d8e8bd9de79ebe (patch)
tree75145e8f3bd7ef78c16d67e6067cb5f7c5da969f
parent6ec31cb51637eba500db05e89291aad8d6bfb103 (diff)
[1.7.x] Bump version number for 1.7 release.1.7
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 0a4c2d0706..133e5e3d56 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 7, 0, 'rc', 3)
+VERSION = (1, 7, 0, 'final', 0)
def get_version(*args, **kwargs):