summaryrefslogtreecommitdiff
path: root/django/__init__.py
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-11-15 06:00:26 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-11-15 06:00:26 +0000
commit13f63f051bf2f571c55070a8bd72ffee52988d59 (patch)
tree2a5128e5334e06b25273bcb705f05396c4477031 /django/__init__.py
parent08ae5910b0ecf31ed6254e245ce9b4278b6bc68d (diff)
Django 1.0.1.1.0.1
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/__init__.py')
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 6392d2f78d..c90fd9ae81 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 0, 1, 'beta', 1)
+VERSION = (1, 0, 1, 'final', 0)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])