summaryrefslogtreecommitdiff
path: root/django/__init__.py
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-02-17 18:33:09 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-02-17 18:33:09 +0000
commita10e8153f324ef58714269e99ec0882b68b832ca (patch)
tree7fb8b6aea98304bce578aeb794ce3a92d39a99f8 /django/__init__.py
parentc14e6929528512b7201654d630983f2c219ebc46 (diff)
Fixed #1177 -- Added django.VERSION and '--version' command to django-admin.py/manage.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2328 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/__init__.py')
-rw-r--r--django/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/__init__.py b/django/__init__.py
index e69de29bb2..593e2f46e4 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -0,0 +1 @@
+VERSION = (0, 9, 1, 'SVN')