summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-11-19 05:27:25 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-11-19 05:27:25 +0000
commitef784f94d8bc3c194f15cd05f36cf96699cbf6e6 (patch)
tree066752da7b2e58506b25d16a97fb583b26cdc338
parent9ba5b12ca396880bab12eb18a809bf9f6d5728b9 (diff)
[1.0.X] Django 1.0.2.1.0.2
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9499 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 4d3860db6e..93bb26470a 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 0, 2, 'alpha', 0)
+VERSION = (1, 0, 2, 'final', 0)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])