summaryrefslogtreecommitdiff
path: root/django/__init__.py
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-08-08 22:05:36 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-08-08 22:05:36 +0000
commit097a19c3bfd50096b78b64e7dac7e95a5a7902c9 (patch)
tree5d9b2cb15e57a50ef80d2f70ec4f59b23c2ebab2 /django/__init__.py
parent438b816e41d5ebc684785a47390580a485a08ba3 (diff)
Changed the version number to not include a space.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8252 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 7838f2d2de..6a627d93ca 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 0, 'alpha 2')
+VERSION = (1, 0, 'alpha_2')
def get_version():
"Returns the version as a human-format string."